Type annotations: Improve Image.getproject().

This commit is contained in:
neiljp (Neil Pilgrim) 2017-08-19 11:05:24 -07:00 committed by Eric Soroos
parent 850e28a02f
commit 5979e0e099

View File

@ -1346,7 +1346,7 @@ class Image(object):
return self.im.getpixel(xy) return self.im.getpixel(xy)
def getprojection(self): def getprojection(self):
# type: () -> Tuple[List[Any], List[Any]] # type: () -> Tuple[List[int], List[int]]
""" """
Get projection to x and y axes Get projection to x and y axes