Skip to content

Commit 44a73fe

Browse files
committed
refactor + reformat
1 parent ae7f76c commit 44a73fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ydb/_grpc/grpcwrapper/ydb_coordination.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
from .common_utils import IToProto
1010

11-
# ---------- CRUD для узлов ----------
12-
1311

1412
@dataclass
1513
class CreateNodeRequest(IToProto):
@@ -57,9 +55,6 @@ def to_proto(self) -> "ydb_coordination_pb2.DropNodeRequest":
5755
)
5856

5957

60-
# ---------- Сессии и семафоры ----------
61-
62-
6358
@dataclass
6459
class SessionStart(IToProto):
6560
path: str

0 commit comments

Comments
 (0)