File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- from a2a .client .auth .credentials import InMemoryContextCredentialStore
21import json
32
4- from collections .abc import Callable
3+ from collections .abc import Callable , Generator
54from dataclasses import dataclass
6- from typing import Any , Generator
5+ from typing import Any
76
87import httpx
98import pytest
1817 ClientFactory ,
1918 InMemoryContextCredentialStore ,
2019)
20+ from a2a .client .auth .credentials import InMemoryContextCredentialStore
2121from a2a .types import (
2222 APIKeySecurityScheme ,
2323 AgentCapabilities ,
Original file line number Diff line number Diff line change 1- from a2a .server .tasks .task_updater import TaskUpdater
2-
3-
41import asyncio
52import uuid
63
118from a2a .server .events import EventQueue
129from a2a .server .id_generator import IDGenerator
1310from a2a .server .tasks import TaskUpdater
11+ from a2a .server .tasks .task_updater import TaskUpdater
1412from a2a .types import (
1513 Message ,
1614 Part ,
Original file line number Diff line number Diff line change 1- from unittest .mock import MagicMock
2-
3-
41import asyncio
52
63from typing import NoReturn
74from unittest import mock
5+ from unittest .mock import MagicMock
86
97import pytest
108
You can’t perform that action at this time.
0 commit comments