Skip to content

Commit 2334f35

Browse files
committed
typo
1 parent 41b3356 commit 2334f35

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
@@ -471,7 +471,7 @@ def _on_partition_session_stop(
471471
self, message: StreamReadMessage.StopPartitionSessionRequest
472472
):
473473
try:
474-
partition = self._partition_sessions.get(message.partition_session_id)
474+
partition = self._partition_sessions[message.partition_session_id]
475475
except KeyError:
476476
# may if receive stop partition with graceful=false after response on stop partition
477477
# with graceful=true and remove partition from internal dictionary

0 commit comments

Comments
 (0)