From 3cff1570b53c75e4877a9d60f224c8ccc8d62807 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Fri, 27 Mar 2020 15:55:32 -0700 Subject: [PATCH] yapf --- tools/run_tests/run_xds_tests.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index 196f37db21a..80fd88fbaac 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -147,11 +147,9 @@ argp.add_argument( '--instance_group_size', default=2, type=int, - help= - 'Number of VMs to create per instance group. Certain test cases (e.g., ' + help='Number of VMs to create per instance group. Certain test cases (e.g., ' 'round_robin) may not give meaningful results if this is set to a value ' - 'less than 2.' -) + 'less than 2.') argp.add_argument( '--tolerate_gcp_errors', default=False,