Skip to content

Commit a5bdfe8

Browse files
committed
style fixes
1 parent 4c6b7ad commit a5bdfe8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ydb/_apis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
ydb_table = ydb_table_pb2
5252
ydb_discovery = ydb_discovery_pb2
5353
ydb_operation = ydb_operation_pb2
54-
ydb_dynamic_config = ydb_dynamic_config_pb2
5554

5655

5756
class CmsService(object):

ydb/draft/_apis.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
)
2121

2222

23+
ydb_dynamic_config = ydb_dynamic_config_pb2
24+
25+
2326
class DynamicConfigService(object):
2427
Stub = ydb_dynamic_config_v1_pb2_grpc.DynamicConfigServiceStub
2528

0 commit comments

Comments
 (0)