diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 1d0460d62..48228f2de 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -1346,7 +1346,7 @@ class Image(object): return self.im.getpixel(xy) def getprojection(self): - # type: () -> Tuple[List[Any], List[Any]] + # type: () -> Tuple[List[int], List[int]] """ Get projection to x and y axes