diff --git a/stubs/Pillow/PIL/Image.pyi b/stubs/Pillow/PIL/Image.pyi index ee5a4c3e7..6fcedd6f0 100644 --- a/stubs/Pillow/PIL/Image.pyi +++ b/stubs/Pillow/PIL/Image.pyi @@ -39,7 +39,7 @@ CONTAINER: Literal[2] class DecompressionBombWarning(RuntimeWarning): ... class DecompressionBombError(Exception): ... -MAX_IMAGE_PIXELS: int +MAX_IMAGE_PIXELS: int | None NONE: Literal[0]