Skip to content

Commit acbbfff

Browse files
committed
Merge pull request matplotlib#5828 from tacaswell/fix_overzealous
FIX: overzealous clean up of imports
2 parents 5df1e54 + a82976f commit acbbfff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/matplotlib/tests/test_image.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
try:
2020
from PIL import Image
21-
del Image
2221
HAS_PIL = True
2322
except ImportError:
2423
HAS_PIL = False

0 commit comments

Comments
 (0)