aboutsummaryrefslogtreecommitdiff
path: root/avatar/metrics/interceptors.py
diff options
context:
space:
mode:
Diffstat (limited to 'avatar/metrics/interceptors.py')
-rw-r--r--avatar/metrics/interceptors.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/avatar/metrics/interceptors.py b/avatar/metrics/interceptors.py
index e853395..3ac7da1 100644
--- a/avatar/metrics/interceptors.py
+++ b/avatar/metrics/interceptors.py
@@ -193,7 +193,6 @@ class AioUnaryStreamInterceptor(grpc.aio.UnaryStreamClientInterceptor): # type:
client_call_details: ClientCallDetails,
request: _T,
) -> utils.AioStream[_U]:
-
# TODO: this is a workaround for https://github.com/grpc/grpc/pull/33951
# need to be deleted as soon as `grpcio` contains the fix.
now = time.time()
@@ -241,7 +240,6 @@ class AioStreamStreamInterceptor(grpc.aio.StreamStreamClientInterceptor): # typ
client_call_details: ClientCallDetails,
request: utils.AioSender[_T],
) -> utils.AioStreamStream[_T, _U]:
-
# TODO: this is a workaround for https://github.com/grpc/grpc/pull/33951
# need to be deleted as soon as `grpcio` contains the fix.
now = time.time()