mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-04 07:53:40 +03:00
Remove redundant space in PIL.Image ImportError message
This commit is contained in:
parent
bb2f479c62
commit
02b5ce0479
|
@ -67,7 +67,7 @@ try:
|
||||||
from PIL import _imaging as core
|
from PIL import _imaging as core
|
||||||
if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
|
if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
|
||||||
raise ImportError("The _imaging extension was built for another "
|
raise ImportError("The _imaging extension was built for another "
|
||||||
" version of Pillow or PIL")
|
"version of Pillow or PIL")
|
||||||
|
|
||||||
except ImportError as v:
|
except ImportError as v:
|
||||||
core = _imaging_not_installed()
|
core = _imaging_not_installed()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user