Skip to content

Commit 8a81b93

Browse files
committed
Add missing return type annotation
1 parent 68e2df1 commit 8a81b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/client/legacy_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__( # pylint: disable=super-init-not-called
3838
)
3939

4040
class _NopChannel:
41-
async def close(self):
41+
async def close(self) -> None:
4242
pass
4343

4444
self.channel = _NopChannel()

0 commit comments

Comments
 (0)