mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Removed unused variable
This commit is contained in:
parent
6930d871eb
commit
45352662bb
|
@ -15,7 +15,7 @@ def check_module(feature):
|
|||
module = modules[feature]
|
||||
|
||||
try:
|
||||
imported_module = __import__(module)
|
||||
__import__(module)
|
||||
return True
|
||||
except ImportError:
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue
Block a user