Skip to content

Commit f63464c

Browse files
committed
fix styles
1 parent fd9f4f1 commit f63464c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ydb/aio/coordination/reconnector.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ async def _dispatch_loop(self, stream: CoordinationStream):
189189

190190
payload = None
191191
for field_name in (
192-
"acquire_semaphore_result",
193-
"release_semaphore_result",
194-
"describe_semaphore_result",
195-
"create_semaphore_result",
196-
"update_semaphore_result",
197-
"delete_semaphore_result",
192+
"acquire_semaphore_result",
193+
"release_semaphore_result",
194+
"describe_semaphore_result",
195+
"create_semaphore_result",
196+
"update_semaphore_result",
197+
"delete_semaphore_result",
198198
):
199199
if raw.HasField(field_name):
200200
payload = getattr(fs, field_name)

0 commit comments

Comments
 (0)