瀏覽代碼

flake8, second attempt :-)

Alexander 'Leo' Bergolth 8 年之前
父節點
當前提交
67bd303e14
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      borg/testsuite/helpers.py

+ 0 - 1
borg/testsuite/helpers.py

@@ -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),