Skip to content

Commit ef44568

Browse files
committed
fix linters
1 parent e33b9c4 commit ef44568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ydb/_topic_writer/topic_writer_asyncio.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,9 @@ async def _start(self, stream: IGrpcWrapperAsyncIO, init_message: StreamWriteMes
658658

659659
if self._update_token_interval is not None:
660660
self._update_token_event.set()
661-
self._update_token_task = topic_common.wrap_create_asyncio_task(self._update_token_loop, "update_token_loop")
661+
self._update_token_task = topic_common.wrap_create_asyncio_task(
662+
self._update_token_loop, "update_token_loop",
663+
)
662664

663665
@staticmethod
664666
def _ensure_ok(message: WriterMessagesFromServerToClient):

0 commit comments

Comments
 (0)