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 dcf056b commit cc3c4e3Copy full SHA for cc3c4e3
qencode/client.py
@@ -1,6 +1,7 @@
1
-from httptools import Http
2
from task import Task
3
+from .httptools import Http
4
+
5
6
class Client(object):
7
def __init__(self, api_key, api_url=None, version=None):
0 commit comments