Skip to content

Commit 45a55b4

Browse files
committed
Run black
1 parent b398fa6 commit 45a55b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_display.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_display_labeled_intervals_compare_noextend():
151151
est_int, est_labels, extend_labels=False, alpha=0.5, label="Estimate"
152152
)
153153

154-
plt.legend(loc='upper right')
154+
plt.legend(loc="upper right")
155155
return plt.gcf()
156156

157157

@@ -178,7 +178,7 @@ def test_display_labeled_intervals_compare_common():
178178
est_int, est_labels, label_set=label_set, alpha=0.5, label="Estimate"
179179
)
180180

181-
plt.legend(loc='upper right')
181+
plt.legend(loc="upper right")
182182
return plt.gcf()
183183

184184

@@ -344,7 +344,7 @@ def test_display_piano_roll():
344344
est_t, est_p, label="Estimate", alpha=0.5, facecolor="r"
345345
)
346346

347-
plt.legend(loc='upper right')
347+
plt.legend(loc="upper right")
348348
return plt.gcf()
349349

350350

@@ -367,7 +367,7 @@ def test_display_piano_roll_midi():
367367
est_t, midi=est_midi, label="Estimate", alpha=0.5, facecolor="r"
368368
)
369369

370-
plt.legend(loc='upper right')
370+
plt.legend(loc="upper right")
371371
return plt.gcf()
372372

373373

0 commit comments

Comments
 (0)