1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 06:34:09 +00:00

Fix flake8 errors: E305 expected 2 blank lines after class or function definition

This commit is contained in:
Joseph Frazier
2017-03-08 19:53:54 -05:00
parent 78515c7bbb
commit e009f0a05b
9 changed files with 15 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ def tar_error(tmpdir):
return fixture
parametrize_extensions = pytest.mark.parametrize('ext', tar_extensions)
# (filename as typed by the user, unquoted filename, quoted filename as per shells.quote)