Skip to content

Commit d749eb0

Browse files
committed
fix
1 parent 44a20a6 commit d749eb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ydb/coordination/coordination_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ def alter_node(
113113
operation_params: typing.Optional[typing.Any] = None,
114114
settings: Optional["ydb.BaseRequestSettings"] = None,
115115
):
116-
"""
117-
Alter node configuration.
118-
"""
119116
request = _apis.ydb_coordination.AlterNodeRequest(
120117
path=path,
121118
config=new_config,

0 commit comments

Comments
 (0)