Skip to content

Commit f1e5d0a

Browse files
author
julien bonnier
committed
Remove unused import
1 parent 674084a commit f1e5d0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/a2a/server/request_handlers/grpc_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44

55
from abc import ABC, abstractmethod
6-
from collections.abc import AsyncIterable, Sequence
6+
from collections.abc import AsyncIterable
77

88

99
try:

0 commit comments

Comments
 (0)