From 27a7ec6b0d7c9e08ae156fe0e9c7efc5bef91093 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Fri, 31 Jan 2020 11:25:51 -0800 Subject: [PATCH] Make YAPF happy --- src/python/grpcio/grpc/experimental/aio/_call.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/python/grpcio/grpc/experimental/aio/_call.py b/src/python/grpcio/grpc/experimental/aio/_call.py index 7c2546bde55..8067a50c096 100644 --- a/src/python/grpcio/grpc/experimental/aio/_call.py +++ b/src/python/grpcio/grpc/experimental/aio/_call.py @@ -358,9 +358,8 @@ class _StreamRequestMixin(Call): # Rpc status should be exposed through other API. Exceptions raised # within this Task won't be retrieved by another coroutine. It's # better to suppress the error than spamming users' screen. - _LOGGER.debug( - 'Exception while consuming the request_iterator: %s', - rpc_error) + _LOGGER.debug('Exception while consuming the request_iterator: %s', + rpc_error) async def write(self, request: RequestType) -> None: if self.done():