Skip to content

Commit fbdc76f

Browse files
author
严骏驰
committed
update format
1 parent 42e83cb commit fbdc76f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/a2a/server/events/event_queue.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ def tap(self) -> 'EventQueue':
128128
return queue
129129

130130
async def close(self, immediate: bool = False) -> None:
131-
"""
132-
Closes the queue for future push events and also closes all child queues.
131+
"""Closes the queue for future push events and also closes all child queues.
133132
134133
Once closed, no new events can be enqueued. For Python 3.13+, this will trigger
135134
`asyncio.QueueShutDown` when the queue is empty and a consumer tries to dequeue.

0 commit comments

Comments
 (0)