Skip to content

Commit c5e3a64

Browse files
authored
Update topic_reader_asyncio.py
1 parent 8767bd3 commit c5e3a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/_topic_reader/topic_reader_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def __init__(self, driver: Driver, settings: topic_reader.PublicReaderSettings):
169169

170170
self._state_changed = asyncio.Event()
171171
self._stream_reader = None
172-
self._background_tasks.add(asyncio.create_task(self._connection_loop() ))
172+
self._background_tasks.add(asyncio.create_task(self._connection_loop()))
173173
self._first_error = asyncio.get_running_loop().create_future()
174174

175175
async def _connection_loop(self):

0 commit comments

Comments
 (0)