We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c9c18 commit 42ff0d4Copy full SHA for 42ff0d4
1 file changed
src/a2a/server/events/event_consumer.py
@@ -133,7 +133,7 @@ async def consume_all(self) -> AsyncGenerator[Event]:
133
# continue polling until there is a final event
134
continue
135
except asyncio.TimeoutError: # pyright: ignore [reportUnusedExcept]
136
- # This class was made an alias of build-in TimeoutError after 3.11
+ # This class was made an alias of built-in TimeoutError after 3.11
137
138
except (QueueClosed, asyncio.QueueEmpty):
139
# Confirm that the queue is closed, e.g. we aren't on
0 commit comments