Skip to content

Commit b273a1f

Browse files
committed
blacking tests again
1 parent fc156e8 commit b273a1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_display.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
from mir_eval.io import load_wav
2525

2626

27-
pytestmark = pytest.mark.skip(reason="disabling display tests until after merger of #370")
27+
pytestmark = pytest.mark.skip(
28+
reason="disabling display tests until after merger of #370"
29+
)
2830

2931

3032
@decorator

0 commit comments

Comments
 (0)