Imported Upstream version 1.27.0
[platform/upstream/grpc.git] / src / python / grpcio_channelz / setup.py
index d706e18..f293ff9 100644 (file)
@@ -70,8 +70,8 @@ INSTALL_REQUIRES = (
 try:
     import channelz_commands as _channelz_commands
     # we are in the build environment, otherwise the above import fails
-    SETUP_REQUIRES = (
-        'grpcio-tools=={version}'.format(version=grpc_version.VERSION),)
+    SETUP_REQUIRES = ('grpcio-tools=={version}'.format(
+        version=grpc_version.VERSION),)
     COMMAND_CLASS = {
         # Run preprocess from the repository *before* doing any packaging!
         'preprocess': _channelz_commands.Preprocess,