Skip to content

Commit 71fa72d

Browse files
committed
style: pre the commit
1 parent d333b27 commit 71fa72d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_recipe_parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,8 +1612,7 @@ def test_recipe_parses_strings_colons_quotes():
16121612
@pytest.mark.parametrize("recipe", os.listdir(YAML_PATH))
16131613
def test_recipe_parser_yaml_suite(recipe):
16141614
if (
1615-
recipe.endswith("_correct.yaml")
1616-
and "duplicate_lines_cleanup" not in recipe
1615+
recipe.endswith("_correct.yaml") and "duplicate_lines_cleanup" not in recipe
16171616
) or recipe.endswith("_after_meta.yaml"):
16181617
with open(os.path.join(YAML_PATH, recipe)) as f:
16191618
recipe = f.read()

0 commit comments

Comments
 (0)