We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34c651d + 6a3bde0 commit 9f5d1f7Copy full SHA for 9f5d1f7
src/PIL/Image.py
@@ -103,7 +103,6 @@ class DecompressionBombError(Exception):
103
raise ImportError(msg)
104
105
except ImportError as v:
106
- core = DeferredError.new(ImportError("The _imaging C module is not installed."))
107
# Explanations for ways that we know we might have an import error
108
if str(v).startswith("Module use of python"):
109
# The _imaging C module is present, but not compiled for
0 commit comments