yapf-ize grpcio_health_checking

pull/13718/head
ncteisen 7 years ago
parent 128366374f
commit d258430bc3
  1. 2
      src/python/grpcio_health_checking/grpc_version.py
  2. 2
      templates/src/python/grpcio_health_checking/grpc_version.py.template
  3. 1
      tools/distrib/yapf_code.sh

@ -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'

@ -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()}'

@ -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'

Loading…
Cancel
Save