Skip to content

Commit a4286f5

Browse files
committed
refactor: refactor imports on entrypoint
1 parent dbcd6e2 commit a4286f5

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)