From 36be9bbf6ecb0213177cedbde0d17c0e1a9803a4 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Fri, 21 Aug 2020 17:25:25 -0700 Subject: [PATCH] Yapf --- src/python/grpcio/grpc/_runtime_protos.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python/grpcio/grpc/_runtime_protos.py b/src/python/grpcio/grpc/_runtime_protos.py index 9025c1bbeb8..7f555ccd9e4 100644 --- a/src/python/grpcio/grpc/_runtime_protos.py +++ b/src/python/grpcio/grpc/_runtime_protos.py @@ -19,7 +19,8 @@ _REQUIRED_SYMBOLS = ("_protos", "_services", "_protos_and_services") def _uninstalled_protos(*args, **kwargs): raise NotImplementedError( - "Install the grpcio-tools package (1.32.0+) to use the protos function.") + "Install the grpcio-tools package (1.32.0+) to use the protos function." + ) def _uninstalled_services(*args, **kwargs):