Skip to content

Commit

Permalink
make wrapped call generic
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 16, 2024
1 parent eef3793 commit 175f463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/api_core/grpc_helpers_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# extra Python function spreads to every single send and receive.


class _WrappedCall(aio.Call):
class _WrappedCall(Generic[P], aio.Call):
def __init__(self):
self._call = None

Expand Down

0 comments on commit 175f463

Please sign in to comment.