Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
440
Star
5,572
Fork
2,667
matplotlib
/
matplotlib
Code
Issues
992
Pull requests
229
Projects
5
Wiki
Insights
Pulse
Graphs
FIX: overzealous clean up of imports
#5828
Merged
tacaswell
merged 1 commit into
matplotlib
:
master
from
tacaswell
:
fix_overzealous
Jan 11, 2016
Conversation
0
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
a82976f
FIX: overzealous clean up of imports
tacaswell
Jan 11, 2016
1 file
Jump to file
No files or symbols found.
+0
−1
test_image.py
lib/matplotlib/tests/test_image.py
+0
−1
Unified
Split
Show comments
View
1
lib/matplotlib/tests/test_image.py
@@ -18,7 +18,6 @@
try
:
from
PIL
import
Image
-
del
Image
HAS_PIL
=
True
except
ImportError
:
HAS_PIL
=
False
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.