Skip to content

Commit cc02cc1

Browse files
author
Claude
committed
Fix indent.
1 parent bb246d4 commit cc02cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def setUpClass(cls):
105105
pipeline = TestPipeline(is_integration_test=True)
106106
runner_name = type(pipeline.runner).__name__
107107
if 'DataflowRunner' in runner_name:
108-
pytest.skip("Spanner emulator not compatible with dataflow runner.")
108+
pytest.skip("Spanner emulator not compatible with dataflow runner.")
109109
argv = pipeline.get_full_options_as_args()
110110

111111
known_args, _ = parser.parse_known_args(argv)

0 commit comments

Comments
 (0)