Fix pylint issue

pull/21819/head
Pau Freixes 5 years ago
parent 3a8be1784c
commit 2d89ef0acd
  1. 2
      src/python/grpcio/grpc/experimental/aio/_channel.py

@ -47,7 +47,7 @@ class _OngoingCalls:
self._calls.remove(call)
@property
def calls(self) -> Set[_base_call.RpcContext]:
def calls(self) -> AbstractSet[_base_call.RpcContext]:
"""Returns the set of ongoing calls."""
return self._calls

Loading…
Cancel
Save