mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +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]
|
module = modules[feature]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
imported_module = __import__(module)
|
__import__(module)
|
||||||
return True
|
return True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user