diff --git a/PIL/_imaging.pyi b/PIL/_imaging.pyi index 8d00adb04..9e95bdba0 100644 --- a/PIL/_imaging.pyi +++ b/PIL/_imaging.pyi @@ -63,7 +63,7 @@ class ImagingCore: def resize(self, size: Size, resample: int=...) -> ImagingCore: ... def transpose(self, method: int) -> ImagingCore: ... def transform2(self, box: LURD, core: ImagingCore, method: int, - data: list[float], resample: int=..., fill: int=...) -> None: ... + data: List[float], resample: int=..., fill: int=...) -> None: ... def isblock(self) -> int: ... def getbbox(self) -> Optional[LURD]: ... def getcolors(self, maxcolors: int) -> Optional[List[Tuple[int, Color]]]: ... ###################