Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjection committed Jan 25, 2024
1 parent c9aea86 commit a16c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .import_client import * # noqa
from .tracing import * # noqa
from .topic import * # noqa
import ydb.draft # noqa
from .draft import * # noqa

try:
import ydb.aio as aio # noqa
Expand Down

0 comments on commit a16c0ac

Please sign in to comment.