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.
1 parent 34c651d commit 6a3bde0Copy full SHA for 6a3bde0
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