Skip to content

Commit b846cec

Browse files
committed
Ran formatter
1 parent 0af5af7 commit b846cec

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sdks/python/apache_beam/runners/dataflow/dataflow_runner_test.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,8 @@ def test_runner_v2_disabled_experiments_raise(self):
748748
self.assertTrue(
749749
_is_runner_v2_disabled(options),
750750
f'Expected {experiment} to disable runner v2')
751-
with self.assertRaisesRegex(
752-
ValueError,
753-
'Disabling Runner V2 no longer supported'):
751+
with self.assertRaisesRegex(ValueError,
752+
'Disabling Runner V2 no longer supported'):
754753
DataflowRunner().run_pipeline(None, options)
755754

756755

0 commit comments

Comments
 (0)