aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-12-11 16:16:20 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-12-11 16:16:20 -0800
commitd258430bc3f296d92a4b4d723852e608f4c2d644 (patch)
treee2fae75dec9bd2589651eded9df357e609ed40d1
parent128366374f8fdd07bb458a6775c86293f6592105 (diff)
yapf-ize grpcio_health_checking
-rw-r--r--src/python/grpcio_health_checking/grpc_version.py2
-rw-r--r--templates/src/python/grpcio_health_checking/grpc_version.py.template2
-rwxr-xr-xtools/distrib/yapf_code.sh1
3 files changed, 2 insertions, 3 deletions
diff --git a/src/python/grpcio_health_checking/grpc_version.py b/src/python/grpcio_health_checking/grpc_version.py
index 0987d57261..5b7e5859bc 100644
--- a/src/python/grpcio_health_checking/grpc_version.py
+++ b/src/python/grpcio_health_checking/grpc_version.py
@@ -14,4 +14,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
-VERSION='1.9.0.dev0'
+VERSION = '1.9.0.dev0'
diff --git a/templates/src/python/grpcio_health_checking/grpc_version.py.template b/templates/src/python/grpcio_health_checking/grpc_version.py.template
index 558b2d152b..ffb81acc89 100644
--- a/templates/src/python/grpcio_health_checking/grpc_version.py.template
+++ b/templates/src/python/grpcio_health_checking/grpc_version.py.template
@@ -16,4 +16,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
- VERSION='${settings.python_version.pep440()}'
+ VERSION = '${settings.python_version.pep440()}'
diff --git a/tools/distrib/yapf_code.sh b/tools/distrib/yapf_code.sh
index 87c45b50c9..b027d3ffd6 100755
--- a/tools/distrib/yapf_code.sh
+++ b/tools/distrib/yapf_code.sh
@@ -22,7 +22,6 @@ DIRS=(
'src/python'
)
EXCLUSIONS=(
- 'grpcio_health_checking/grpc_*.py'
'grpcio_reflection/grpc_*.py'
'grpcio_testing/grpc_*.py'
'grpcio_tests/grpc_*.py'