Skip to content

Commit 08e76a0

Browse files
committed
fix formatting
1 parent 8bde442 commit 08e76a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdks/python/apache_beam/yaml/integration_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,9 +721,9 @@ def test(self, providers=providers): # default arg to capture loop value
721721
for pipeline_spec in spec['pipelines']:
722722
with beam.Pipeline(options=PipelineOptions(
723723
pickle_library='cloudpickle',
724-
**replace_recursive(
725-
yaml_transform.SafeLineLoader.strip_metadata(pipeline_spec.get(
726-
'options', {})), vars))) as p:
724+
**replace_recursive(yaml_transform.SafeLineLoader.strip_metadata(
725+
pipeline_spec.get('options', {})),
726+
vars))) as p:
727727
yaml_transform.expand_pipeline(
728728
p, replace_recursive(pipeline_spec, vars))
729729

0 commit comments

Comments
 (0)