Skip to content

Commit c6fc698

Browse files
committed
Format.
1 parent cbda69b commit c6fc698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdks/python/apache_beam/io/gcp/tests/xlang_spannerio_it_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def setUpClass(cls):
107107
runner_name = type(pipeline.runner).__name__
108108
if 'DataflowRunner' in runner_name:
109109
pytest.skip("Spanner emulator not compatible with dataflow runner.")
110+
110111
argv = pipeline.get_full_options_as_args()
111112

112113
known_args, _ = parser.parse_known_args(argv)

0 commit comments

Comments
 (0)