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.
2 parents 65fccc5 + cfe3ebe commit 34dd869Copy full SHA for 34dd869
ydb/_errors.py
@@ -1,7 +1,7 @@
1
from dataclasses import dataclass
2
from typing import Optional
3
4
-from ydb import issues
+from . import issues
5
6
_errors_retriable_fast_backoff_types = [
7
issues.Unavailable,
ydb/scheme_test.py
@@ -1,9 +1,9 @@
-from ydb.scheme import (
+from .scheme import (
SchemeEntryType,
_wrap_scheme_entry,
_wrap_list_directory_response,
)
-from ydb._apis import ydb_scheme
+from ._apis import ydb_scheme
8
9
def test_wrap_scheme_entry():
ydb/table_test.py
@@ -1,5 +1,5 @@
from unittest import mock
-from ydb import (
+from . import (
retry_operation_impl,
YdbRetryOperationFinalResult,
issues,
0 commit comments