Skip to content

Commit 301d948

Browse files
committed
Formatting
1 parent 16f2529 commit 301d948

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/client/test_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
)
5151
from a2a.utils import AGENT_CARD_WELL_KNOWN_PATH
5252

53+
5354
AGENT_CARD = AgentCard(
5455
name='Hello World Agent',
5556
description='Just a hello world agent',

tests/server/test_integration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@
4444
TextPart,
4545
UnsupportedOperationError,
4646
)
47-
from a2a.utils.errors import MethodNotImplementedError
4847
from a2a.utils import (
4948
AGENT_CARD_WELL_KNOWN_PATH,
5049
PREV_AGENT_CARD_WELL_KNOWN_PATH,
5150
)
51+
from a2a.utils.errors import MethodNotImplementedError
52+
5253

5354
# === TEST SETUP ===
5455

0 commit comments

Comments
 (0)