We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e2df1 commit 8a81b93Copy full SHA for 8a81b93
1 file changed
src/a2a/client/legacy_grpc.py
@@ -38,7 +38,7 @@ def __init__( # pylint: disable=super-init-not-called
38
)
39
40
class _NopChannel:
41
- async def close(self):
+ async def close(self) -> None:
42
pass
43
44
self.channel = _NopChannel()
0 commit comments