Skip to content

Commit 97c0ba2

Browse files
committed
Fix flake8 issue in test_cookies.py
1 parent e3b079f commit 97c0ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cookies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ def test_bake_should_fail(cookies):
321321
'*::test_bake_should_fail PASSED*',
322322
])
323323

324+
324325
@pytest.mark.parametrize('choice', ['mkdocs', 'sphinx', 'none'])
325326
def test_cookies_bake_choices(testdir, choice):
326327
"""Programmatically create a **Cookiecutter** template and make sure that

0 commit comments

Comments
 (0)