We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
types_v03
sqlalchemy.insert
1 parent 350539b commit b8504cfCopy full SHA for b8504cf
1 file changed
tests/server/tasks/test_database_task_store.py
@@ -8,6 +8,8 @@
8
9
from _pytest.mark.structures import ParameterSet
10
from a2a.types.a2a_pb2 import ListTasksRequest
11
+from a2a.compat.v0_3 import types as types_v03
12
+from sqlalchemy import insert
13
14
15
# Skip entire test module if SQLAlchemy is not installed
@@ -693,8 +695,6 @@ async def test_get_0_3_task_detailed(
693
695
(string-based enums, different field names) and verifies that the store
694
696
correctly converts it to the modern Protobuf-based Task model.
697
"""
- from a2a.compat.v0_3 import types as types_v03
- from sqlalchemy import insert
698
699
task_id = 'legacy-detailed-1'
700
owner = 'legacy_user'
0 commit comments