Skip to content

Commit 835c99c

Browse files
committed
Fix httptools (relative import, its not the pypi package of the same
name)
1 parent a256085 commit 835c99c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qencode/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from httptools import Http
21
from task import Task
32

3+
from .httptools import Http
4+
45

56
class Client(object):
67
def __init__(self, api_key, api_url=None, version=None):

0 commit comments

Comments
 (0)