Skip to content

Commit 5f47c7d

Browse files
committed
Re-run ruff
Signed-off-by: Ed Snible <snible@us.ibm.com>
1 parent 5d3a5fb commit 5f47c7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

a2a/a2a_contact_extractor/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
from a2a.server.apps import A2AStarletteApplication
1212
from a2a.server.request_handlers import DefaultRequestHandler
1313
from a2a.server.tasks import (
14-
InMemoryTaskStore,
15-
InMemoryPushNotificationConfigStore,
1614
BasePushNotificationSender,
15+
InMemoryPushNotificationConfigStore,
16+
InMemoryTaskStore,
1717
)
1818
from a2a.types import AgentCapabilities, AgentCard, AgentSkill
1919
from dotenv import load_dotenv

0 commit comments

Comments
 (0)