Skip to content

Commit 8aee8e1

Browse files
committed
style fix
1 parent b56b119 commit 8aee8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/_topic_common/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def wrapper(rpc_state, response_pb, driver=None):
3030

3131

3232
_shared_event_loop_lock = threading.Lock()
33-
_shared_event_loop = None # type: Optional[asyncio.AbstractEventLoop]
33+
_shared_event_loop: Optional[asyncio.AbstractEventLoop] = None
3434

3535

3636
def _get_shared_event_loop() -> asyncio.AbstractEventLoop:

0 commit comments

Comments
 (0)