Skip to content

Commit a16c0ac

Browse files
committed
fix imports
1 parent c9aea86 commit a16c0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .import_client import * # noqa
1919
from .tracing import * # noqa
2020
from .topic import * # noqa
21-
import ydb.draft # noqa
21+
from .draft import * # noqa
2222

2323
try:
2424
import ydb.aio as aio # noqa

0 commit comments

Comments
 (0)