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

Skip to content

Commit 3788e3c

Browse files
committed
MNT: remove unused import
1 parent a66d8d8 commit 3788e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from matplotlib import ft2font
1919
from matplotlib import pyplot as plt
2020
from matplotlib import ticker
21-
from . import is_called_from_pytest
21+
2222
from .compare import comparable_formats, compare_images, make_test_filename
2323
from .exceptions import ImageComparisonFailure
2424

0 commit comments

Comments
 (0)