Skip to content

Commit 98e4780

Browse files
committed
Update
1 parent 20aa19f commit 98e4780

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/integration/test_scenarios.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import collections
33
import contextlib
44
import logging
5+
56
from typing import Any
67

78
import grpc
@@ -12,7 +13,6 @@
1213
from a2a.client.client import ClientConfig
1314
from a2a.client.client_factory import ClientFactory
1415
from a2a.client.errors import A2AClientError
15-
from a2a.helpers.proto_helpers import new_task_from_user_message
1616
from a2a.server.agent_execution import AgentExecutor, RequestContext
1717
from a2a.server.context import ServerCallContext
1818
from a2a.server.events import EventQueue
@@ -47,14 +47,16 @@
4747
TaskStatus,
4848
TaskStatusUpdateEvent,
4949
)
50+
from a2a.helpers.proto_helpers import new_task_from_user_message
5051
from a2a.utils import TransportProtocol
5152
from a2a.utils.errors import (
52-
InvalidAgentResponseError,
5353
InvalidParamsError,
5454
TaskNotCancelableError,
5555
TaskNotFoundError,
56+
InvalidAgentResponseError,
5657
)
5758

59+
5860
logger = logging.getLogger(__name__)
5961

6062

0 commit comments

Comments
 (0)