We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aea86 commit a16c0acCopy full SHA for a16c0ac
ydb/__init__.py
@@ -18,7 +18,7 @@
18
from .import_client import * # noqa
19
from .tracing import * # noqa
20
from .topic import * # noqa
21
-import ydb.draft # noqa
+from .draft import * # noqa
22
23
try:
24
import ydb.aio as aio # noqa
0 commit comments