8000 test_axes: remove extraneous "show()" · matplotlib/matplotlib@4f53447 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f53447

Browse files
committed
test_axes: remove extraneous "show()"
1 parent e2a8342 commit 4f53447

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3503,7 +3503,6 @@ def test_color_None():
35033503
# issue 3855
35043504
fig, ax = plt.subplots()
35053505
ax.plot([1,2], [1,2], color=None)
3506-
plt.show()
35073506

35083507
@cleanup
35093508
def test_numerical_hist_label():

0 commit comments

Comments
 (0)
0