Skip to content

Commit eb2a169

Browse files
apply ruff again
1 parent 6caf513 commit eb2a169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/tasks/task_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from abc import ABC, abstractmethod
22

3-
from a2a.types import Task
43
from a2a.server.context import ServerCallContext
4+
from a2a.types import Task
55

66

77
class TaskStore(ABC):

0 commit comments

Comments
 (0)