We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c297bf commit 640ceb4Copy full SHA for 640ceb4
knockapi/client.py
@@ -9,7 +9,6 @@
9
except ImportError:
10
from json.decoder import JSONDecodeError
11
12
-from ._version import __version__
13
14
class Connection(object):
15
def __init__(self, api_key, host='https://api.knock.app', timeout=None):
0 commit comments