Skip to content

Commit d606513

Browse files
Change root exports to match new patterns.
1 parent 0632764 commit d606513

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

db_wrapper/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
Model instance.
1919
"""
2020
from .connection import ConnectionParameters
21-
from .client import Client
22-
from .sync_client import Client as SyncClient
23-
from .model import Model, ModelData
21+
from .client import AsyncClient, SyncClient
22+
from .model import AsyncModel, SyncModel, ModelData

0 commit comments

Comments
 (0)