Skip to content

Commit 5b54389

Browse files
committed
refactor: refactor imports on entrypoint
1 parent b5211ad commit 5b54389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/typesense/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from .client import Client # NOQA
2-
from .async_client import AsyncClient # NOQA
1+
from .sync.client import Client # NOQA
2+
from .async_.client import AsyncClient # NOQA
33

44

55
__version__ = "2.0.0"

0 commit comments

Comments
 (0)