Skip to content

Commit 8c10924

Browse files
committed
fix typo
1 parent c73d9f6 commit 8c10924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/_topic_reader/datatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ def is_alive(self) -> bool:
192192
)
193193

194194
def pop_message(self) -> PublicMessage:
195-
return self.messages.pop()
195+
return self.messages.pop(0)

0 commit comments

Comments
 (0)