Apply new rules from black update (#16232)

This commit is contained in:
Alan Rominger
2026-01-19 12:58:07 -05:00
committed by GitHub
parent 43a3a620e3
commit dce5ac73c5
146 changed files with 67 additions and 227 deletions

View File

@@ -56,12 +56,10 @@ def test_yaml_import():
def _dummy_authenticate():
pass
yaml_fd = io.StringIO(
"""
yaml_fd = io.StringIO("""
workflow_job_templates:
- name: Workflow1
"""
)
""")
yaml_fd.name = 'file.yaml'
cli = CLI(stdin=yaml_fd)
cli.parse_args(['--conf.format', 'yaml'])