Skip to content

Commit cf2b540

Browse files
committed
STY: fits on one line
1 parent 5147592 commit cf2b540

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/tests/test_axes.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -9316,8 +9316,7 @@ def test_violinplot_orientation(fig_test, fig_ref):
93169316
# uses vert and one that uses orientation.
93179317
ax_ref = fig_ref.subplots()
93189318

9319-
with pytest.warns(PendingDeprecationWarning,
9320-
match='vert: bool'):
9319+
with pytest.warns(PendingDeprecationWarning, match='vert: bool'):
93219320
ax_ref.violinplot(all_data, vert=False)
93229321

93239322
ax_test = fig_test.subplots()

0 commit comments

Comments
 (0)