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

Skip to content

Commit ea53f0d

Browse files
committed
remove import
1 parent a2de5ea commit ea53f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_cbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from matplotlib import _api, cbook
1717
import matplotlib.colors as mcolors
18-
from matplotlib.cbook import delete_masked_points, strip_math
18+
from matplotlib.cbook import delete_masked_points
1919

2020

2121
class Test_delete_masked_points:

0 commit comments

Comments
 (0)