We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b5acf commit 9d8bd07Copy full SHA for 9d8bd07
kkiapay/core.py
@@ -2,11 +2,6 @@
2
import requests
3
from collections import namedtuple
4
5
-try:
6
- from types import SimpleNamespace as Namespace
7
-except ImportError:
8
- from argparse import Namespace
9
-
10
11
class Kkiapay:
12
0 commit comments