Skip to content

Commit bd96246

Browse files
committed
tox -e black-format
1 parent aa8eaf9 commit bd96246

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

tests/coordination/test_coordination_client.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
import ydb
22

3-
from ydb.coordination import (
4-
NodeConfig,
5-
ConsistencyMode,
6-
RateLimiterCountersMode,
7-
CoordinationClient
8-
)
3+
from ydb.coordination import NodeConfig, ConsistencyMode, RateLimiterCountersMode, CoordinationClient
94

105

116
class TestCoordination:
12-
137
def test_coordination_alter_node(self, driver_sync: ydb.Driver):
148
client = CoordinationClient(driver_sync)
159
node_path = "/local/test_alter_node"

ydb/coordination/coordination_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def describe_node(
4545
request,
4646
_apis.CoordinationService.Stub,
4747
_apis.CoordinationService.DescribeNode,
48-
settings=base_driver_settings
48+
settings=base_driver_settings,
4949
)
5050
issues._process_response(response.operation)
5151

0 commit comments

Comments
 (0)