Skip to content

Commit eb1427b

Browse files
committed
Small test_artist.py cleanup
1 parent 1b7fca1 commit eb1427b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_artist.py

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def test_hatching():
161161
hatch='/', lw=4)
162162
ax.add_collection(rect2)
163163

164-
# Ensure edge color is not applied to hatching.
165164
rect3 = mpatches.Rectangle((2, 0), 3, 4, hatch='/', edgecolor='C3', lw=4)
166165
ax.add_patch(rect3)
167166

0 commit comments

Comments
 (0)