Skip to content

Commit 65ba7ce

Browse files
fix merge conflict
1 parent eac726b commit 65ba7ce

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/a2a/server/events/event_consumer.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@
1515
from a2a.utils.errors import ServerError
1616
from a2a.utils.telemetry import SpanKind, trace_class
1717

18-
# This is an alias to the execption for closed queue
19-
QueueClosed = asyncio.QueueEmpty
2018

21-
# When using python 3.13 or higher, the closed queue signal is QueueShutdown
22-
if sys.version_info >= (3, 13):
23-
QueueClosed = asyncio.QueueShutDown
24-
25-
# This is an alias to the exception for closed queue
19+
# This is an alias to the execption for closed queue
2620
QueueClosed = asyncio.QueueEmpty
2721

2822
# When using python 3.13 or higher, the closed queue signal is QueueShutdown

0 commit comments

Comments
 (0)