Skip to content

Commit 54a3bfc

Browse files
committed
blacking for lint
1 parent 4bcc536 commit 54a3bfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_display.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,11 @@ def test_display_pianoroll_nopitch_nomidi():
476476
)
477477
def test_display_chord_nolabels():
478478
fig, ax = plt.subplots(
479-
nrows=12, ncols=2, sharex=True, sharey=True, gridspec_kw={"hspace": 0, "wspace": 0.1}
479+
nrows=12,
480+
ncols=2,
481+
sharex=True,
482+
sharey=True,
483+
gridspec_kw={"hspace": 0, "wspace": 0.1},
480484
)
481485

482486
# Cover all qualities for each pitch class

0 commit comments

Comments
 (0)