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

Skip to content

Commit ada7b70

Browse files
committed
FIX: Add blank lines before test function
1 parent d157587 commit ada7b70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/matplotlib/tests/test_contour.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,8 @@ def test_contour_singular_color():
877877
with pytest.raises(TypeError):
878878
plt.figure().add_subplot().contour([[0, 1], [2, 3]], color="r")
879879

880+
881+
880882
def test_contour_remove_after_label_removed():
881883
# Test that CS.remove() works even if labels were manually removed first
882884
# Regression test for https://github.com/matplotlib/matplotlib/issues/31404

0 commit comments

Comments
 (0)