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

Skip to content

Commit acbbfff

Browse files
committed
Merge pull request #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

lib/matplotlib/tests/test_image.py

Lines changed: 0 additions & 1 deletion
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)