aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-12-11 16:22:30 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-12-11 16:22:30 -0800
commit0f6c518e3c241ee5bea529f4499e5bf35872e9e3 (patch)
tree7e0baa3f49cbda5294b19155ab0ad29488f2f2d2 /templates/src
parentd258430bc3f296d92a4b4d723852e608f4c2d644 (diff)
yapf-ize grpcio_reflection
Diffstat (limited to 'templates/src')
-rw-r--r--templates/src/python/grpcio_reflection/grpc_version.py.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/python/grpcio_reflection/grpc_version.py.template b/templates/src/python/grpcio_reflection/grpc_version.py.template
index 8fb42a4859..cc99533a43 100644
--- a/templates/src/python/grpcio_reflection/grpc_version.py.template
+++ b/templates/src/python/grpcio_reflection/grpc_version.py.template
@@ -16,4 +16,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!!
- VERSION='${settings.python_version.pep440()}'
+ VERSION = '${settings.python_version.pep440()}'