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

Skip to content

Commit fd64ed8

Browse files
committed
PEP8 : add missing line to un-break build
1 parent 732f38a commit fd64ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_path.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def test_point_in_path():
2727

2828
assert np.all(path.contains_points(points) == [True, False])
2929

30+
3031
def test_contains_points_negative_radius():
3132
path = Path.unit_circle()
3233

0 commit comments

Comments
 (0)