Browse Source

Make YAPF happy

Pau Freixes 5 years ago
parent
commit
aa473fa68a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/python/grpcio/grpc/experimental/aio/_interceptor.py

+ 1 - 2
src/python/grpcio/grpc/experimental/aio/_interceptor.py

@@ -146,8 +146,7 @@ class InterceptedUnaryUnaryCall(_base_call.UnaryUnaryCall):
 
 
             else:
             else:
                 return UnaryUnaryCall(
                 return UnaryUnaryCall(
-                    request,
-                    _timeout_to_deadline(client_call_details.timeout),
+                    request, _timeout_to_deadline(client_call_details.timeout),
                     self._channel, client_call_details.method,
                     self._channel, client_call_details.method,
                     request_serializer, response_deserializer)
                     request_serializer, response_deserializer)