aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2017-02-06 22:29:13 -0800
committerGravatar GitHub <noreply@github.com>2017-02-06 22:29:13 -0800
commitb4726ff0a6760f1b0a3e5a9a3914789b6ca9deeb (patch)
treea4358708e5ff1562ba450f3aa308f312a3343f0b /src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py
parentf4c45d753206a3294049f45d03b372a90bd1302b (diff)
parent2fa5f2f978fc68c732d6bfd35bcde1c7e7e4cf22 (diff)
Merge pull request #9598 from kpayson64/pin_yapf
Re-run yapf code, and pin version
Diffstat (limited to 'src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py')
-rw-r--r--src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py b/src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py
index ae5da2c3db..a6e3ca0b23 100644
--- a/src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py
+++ b/src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py
@@ -134,10 +134,8 @@ class _ServicerMethods(object):
class _Service(
- collections.namedtuple('_Service', (
- 'servicer_methods',
- 'server',
- 'stub',))):
+ collections.namedtuple('_Service', ('servicer_methods', 'server',
+ 'stub',))):
"""A live and running service.
Attributes: