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

Skip to content

Commit 76d85e5

Browse files
add missing import
1 parent e923f7a commit 76d85e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_rcparams.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
validate_hist_bins,
2828
validate_markevery,
2929
_validate_linestyle)
30+
from matplotlib.testing.decorators import check_figures_equal
3031

3132

3233
def test_rcparams(tmpdir):

0 commit comments

Comments
 (0)