Skip to content

Commit 8172781

Browse files
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 189a2c5 commit 8172781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_yaml_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def test_formatted_yaml_loader_dumper(
273273
assert before_content != prettier_content
274274
assert before_content != after_content
275275

276-
yaml = ansiblelint.yaml_utils.FormattedYAML(version=(1,1))
276+
yaml = ansiblelint.yaml_utils.FormattedYAML(version=(1, 1))
277277

278278
data_before = yaml.load(before_content)
279279
dump_from_before = yaml.dumps(data_before)

0 commit comments

Comments
 (0)