Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8038b61

Browse files
committed
FIX: Remove trailing newline
1 parent ff2eab9 commit 8038b61

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/tests/test_contour.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,4 +886,3 @@ def test_contour_aliases(fig_test, fig_ref):
886886
def test_contour_singular_color():
887887
with pytest.raises(TypeError):
888888
plt.figure().add_subplot().contour([[0, 1], [2, 3]], color="r")
889-

0 commit comments

Comments
 (0)