aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_cython
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-01-30 10:29:49 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2017-01-30 10:29:49 -0800
commit4a1fa69d2da4f4fcc2e398bd88ea2a889793d396 (patch)
tree487558a79bea7f4de5851f0aa37a5fdd5a1efa54 /src/python/grpcio_tests/tests/unit/_cython
parent2cd882ad75a60ebfa0f2fd357ea4b4f22ebcca87 (diff)
ran yapf
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_cython')
-rw-r--r--src/python/grpcio_tests/tests/unit/_cython/_channel_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_cython/_channel_test.py b/src/python/grpcio_tests/tests/unit/_cython/_channel_test.py
index 0ca06868b2..5c7f903015 100644
--- a/src/python/grpcio_tests/tests/unit/_cython/_channel_test.py
+++ b/src/python/grpcio_tests/tests/unit/_cython/_channel_test.py
@@ -59,8 +59,7 @@ def _create_loop_destroy():
def _in_parallel(behavior, arguments):
threads = tuple(
- threading.Thread(
- target=behavior, args=arguments)
+ threading.Thread(target=behavior, args=arguments)
for _ in range(test_constants.THREAD_CONCURRENCY))
for thread in threads:
thread.start()