We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f156d commit 2aba8b8Copy full SHA for 2aba8b8
1 file changed
tests/integration/test_client_server_integration.py
@@ -1,4 +1,5 @@
1
import asyncio
2
+
3
from collections.abc import AsyncGenerator
4
from typing import NamedTuple
5
from unittest.mock import ANY, AsyncMock
@@ -7,6 +8,7 @@
7
8
import httpx
9
import pytest
10
import pytest_asyncio
11
12
from grpc.aio import Channel
13
14
from a2a.client.transports import JsonRpcTransport, RestTransport
@@ -36,6 +38,7 @@
36
38
TransportProtocol,
37
39
)
40
41
42
# --- Test Constants ---
43
44
TASK_FROM_STREAM = Task(
0 commit comments