Skip to content

Commit ed86d99

Browse files
committed
Fix formatting issues using tox -e yapf-check
1 parent f4b44db commit ed86d99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdks/python/apache_beam/runners/worker/statesampler_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ def test_process_timers_metric_is_recorded(self):
188188

189189
# Verify that the counter was created with the correct name and value.
190190
expected_counter_name = CounterName(
191-
'process-timers-msecs',
192-
step_name='test_step',
193-
stage_name='test_stage')
191+
'process-timers-msecs', step_name='test_step', stage_name='test_stage')
194192

195193
# Find the specific counter we are looking for.
196194
found_counter = None

0 commit comments

Comments
 (0)