Skip to content

Commit 175f463

Browse files
committed
make wrapped call generic
1 parent eef3793 commit 175f463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/grpc_helpers_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# extra Python function spreads to every single send and receive.
3737

3838

39-
class _WrappedCall(aio.Call):
39+
class _WrappedCall(Generic[P], aio.Call):
4040
def __init__(self):
4141
self._call = None
4242

0 commit comments

Comments
 (0)