Type annotations: Improve Image.getproject().

This commit is contained in:
neiljp (Neil Pilgrim) 2017-08-19 11:05:24 -07:00
parent 6d464c010b
commit 9c350d86e3

View File

@ -1325,7 +1325,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