aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
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 /templates/src
parent128366374f8fdd07bb458a6775c86293f6592105 (diff)
yapf-ize grpcio_health_checking
Diffstat (limited to 'templates/src')
-rw-r--r--templates/src/python/grpcio_health_checking/grpc_version.py.template2
1 files changed, 1 insertions, 1 deletions
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()}'