Skip to content

Commit cfe3ebe

Browse files
committed
Merge branch 'main' into v3-merge-main
# Conflicts: # ydb/tornado/tornado_helpers.py
2 parents 65fccc5 + ee57513 commit cfe3ebe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ydb/_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from dataclasses import dataclass
22
from typing import Optional
33

4-
from ydb import issues
4+
from . import issues
55

66
_errors_retriable_fast_backoff_types = [
77
issues.Unavailable,

ydb/scheme_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from ydb.scheme import (
1+
from .scheme import (
22
SchemeEntryType,
33
_wrap_scheme_entry,
44
_wrap_list_directory_response,
55
)
6-
from ydb._apis import ydb_scheme
6+
from ._apis import ydb_scheme
77

88

99
def test_wrap_scheme_entry():

ydb/table_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from unittest import mock
2-
from ydb import (
2+
from . import (
33
retry_operation_impl,
44
YdbRetryOperationFinalResult,
55
issues,

0 commit comments

Comments
 (0)