浏览代码

Make YAPF happy

Pau Freixes 5 年之前
父节点
当前提交
aa473fa68a
共有 1 个文件被更改,包括 1 次插入2 次删除
  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:
                 return UnaryUnaryCall(
-                    request,
-                    _timeout_to_deadline(client_call_details.timeout),
+                    request, _timeout_to_deadline(client_call_details.timeout),
                     self._channel, client_call_details.method,
                     request_serializer, response_deserializer)