Skip to content

Commit 2aba8b8

Browse files
committed
linter
1 parent c7f156d commit 2aba8b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/test_client_server_integration.py

Lines changed: 3 additions & 0 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
@@ -36,6 +38,7 @@
3638
TransportProtocol,
3739
)
3840

41+
3942
# --- Test Constants ---
4043

4144
TASK_FROM_STREAM = Task(

0 commit comments

Comments
 (0)