Skip to content

Commit 5644aaa

Browse files
committed
Fix import.
1 parent 8553e5e commit 5644aaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/py115/lowlevel/client/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
__author__ = 'deadblue'
22

3-
from ._async import AsyncClient
4-
from ._client import Client
3+
from ._client import Client, AsyncClient
54

65
__all__ = [
76
'AsyncClient',

0 commit comments

Comments
 (0)