Skip to content

Commit 7b52ed2

Browse files
committed
format
1 parent ec96994 commit 7b52ed2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/integration/test_client_server_integration.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import asyncio
2+
23
from collections.abc import AsyncGenerator
34
from typing import NamedTuple
45
from unittest.mock import ANY, AsyncMock
@@ -7,6 +8,7 @@
78
import httpx
89
import pytest
910
import pytest_asyncio
11+
1012
from grpc.aio import Channel
1113

1214
from a2a.client.transports import JsonRpcTransport, RestTransport
@@ -20,10 +22,10 @@
2022
AgentCard,
2123
AgentInterface,
2224
GetTaskPushNotificationConfigParams,
23-
Message,
24-
MessageSendParams,
2525
ListTasksParams,
2626
ListTasksResult,
27+
Message,
28+
MessageSendParams,
2729
Part,
2830
PushNotificationConfig,
2931
Role,
@@ -38,6 +40,7 @@
3840
TransportProtocol,
3941
)
4042

43+
4144
# --- Test Constants ---
4245

4346
TASK_FROM_STREAM = Task(

0 commit comments

Comments
 (0)