aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/framework/interfaces/face/_digest.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/unit/framework/interfaces/face/_digest.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/unit/framework/interfaces/face/_digest.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/framework/interfaces/face/_digest.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/python/grpcio_tests/tests/unit/framework/interfaces/face/_digest.py b/src/python/grpcio_tests/tests/unit/framework/interfaces/face/_digest.py
index 0411da0a66..cc4855cc33 100644
--- a/src/python/grpcio_tests/tests/unit/framework/interfaces/face/_digest.py
+++ b/src/python/grpcio_tests/tests/unit/framework/interfaces/face/_digest.py
@@ -49,12 +49,9 @@ _IDENTITY = lambda x: x
class TestServiceDigest(
collections.namedtuple('TestServiceDigest', (
- 'methods',
- 'inline_method_implementations',
- 'event_method_implementations',
- 'multi_method_implementation',
- 'unary_unary_messages_sequences',
- 'unary_stream_messages_sequences',
+ 'methods', 'inline_method_implementations',
+ 'event_method_implementations', 'multi_method_implementation',
+ 'unary_unary_messages_sequences', 'unary_stream_messages_sequences',
'stream_unary_messages_sequences',
'stream_stream_messages_sequences',))):
"""A transformation of a service.TestService.