We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caf513 commit eb2a169Copy full SHA for eb2a169
src/a2a/server/tasks/task_store.py
@@ -1,7 +1,7 @@
1
from abc import ABC, abstractmethod
2
3
-from a2a.types import Task
4
from a2a.server.context import ServerCallContext
+from a2a.types import Task
5
6
7
class TaskStore(ABC):
0 commit comments