diff --git a/stubs/Pillow/PIL/Image.pyi b/stubs/Pillow/PIL/Image.pyi index 98656a786..4d7113496 100644 --- a/stubs/Pillow/PIL/Image.pyi +++ b/stubs/Pillow/PIL/Image.pyi @@ -176,7 +176,7 @@ class Image: box: tuple[float, float, float, float] | None = ..., reducing_gap: float | None = ..., ) -> Image: ... - def reduce(self, factor: int | tuple[int, int] | list[int], box: _Box | None = ...) -> None: ... + def reduce(self, factor: int | tuple[int, int] | list[int], box: _Box | None = ...) -> Image: ... def rotate( self, angle: float,