We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189a2c5 commit 8172781Copy full SHA for 8172781
test/test_yaml_utils.py
@@ -273,7 +273,7 @@ def test_formatted_yaml_loader_dumper(
273
assert before_content != prettier_content
274
assert before_content != after_content
275
276
- yaml = ansiblelint.yaml_utils.FormattedYAML(version=(1,1))
+ yaml = ansiblelint.yaml_utils.FormattedYAML(version=(1, 1))
277
278
data_before = yaml.load(before_content)
279
dump_from_before = yaml.dumps(data_before)
0 commit comments