flake8, second attempt :-)

This commit is contained in:
Alexander 'Leo' Bergolth 2016-12-21 16:53:49 +01:00
parent 3fdc631064
commit 67bd303e14
1 changed files with 0 additions and 1 deletions

View File

@ -533,7 +533,6 @@ def test_inclexcl_patterns_from_file(tmpdir, lines, expected):
assert evaluate(str(patternfile)) == (files if expected is None else expected)
@pytest.mark.parametrize("pattern, cls", [
("", FnmatchPattern),