summaryrefslogtreecommitdiffstats
path: root/contrib/python/grpcio/py3/grpc/aio/_call.py
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-09-01 11:51:56 +0300
committerrobot-piglet <[email protected]>2025-09-01 12:18:16 +0300
commit6bef8db2d46d8cf4b18d91c6aa3960857513711d (patch)
tree070015b5548becd864911f2d526b22cd1345e035 /contrib/python/grpcio/py3/grpc/aio/_call.py
parent017114507f2e3904bd7601c6f19e21b60f33dbf7 (diff)
Intermediate changes
commit_hash:9d5577efbc1ab20c0bf6932e892dc4b4dab707b9
Diffstat (limited to 'contrib/python/grpcio/py3/grpc/aio/_call.py')
-rw-r--r--contrib/python/grpcio/py3/grpc/aio/_call.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/grpcio/py3/grpc/aio/_call.py b/contrib/python/grpcio/py3/grpc/aio/_call.py
index 82b0d3ce522..2f9a2058910 100644
--- a/contrib/python/grpcio/py3/grpc/aio/_call.py
+++ b/contrib/python/grpcio/py3/grpc/aio/_call.py
@@ -575,7 +575,7 @@ class UnaryUnaryCall(_UnaryResponseMixin, Call, _base_call.UnaryUnaryCall):
# https://github.com/python/cpython/blob/edad4d89e357c92f70c0324b937845d652b20afd/Lib/asyncio/tasks.py#L785
try:
serialized_response = await self._cython_call.unary_unary(
- serialized_request, self._metadata, self._context
+ serialized_request, self._metadata,
)
except asyncio.CancelledError:
if not self.cancelled():