mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 03:24:13 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
da093b9fef
commit
fc8a288d90
|
@ -354,7 +354,7 @@ class AniFile:
|
||||||
return im
|
return im
|
||||||
|
|
||||||
def sizes(self):
|
def sizes(self):
|
||||||
return [data['size'] for data in self.image_data]
|
return [data["size"] for data in self.image_data]
|
||||||
|
|
||||||
def hotspots(self):
|
def hotspots(self):
|
||||||
pass
|
pass
|
||||||
|
@ -364,7 +364,7 @@ class AniImageFile(ImageFile.ImageFile):
|
||||||
"""
|
"""
|
||||||
PIL read-only image support for Microsoft Windows .ani files.
|
PIL read-only image support for Microsoft Windows .ani files.
|
||||||
|
|
||||||
By default the largest resolution image and first frame in the file will
|
By default the largest resolution image and first frame in the file will
|
||||||
be loaded.
|
be loaded.
|
||||||
|
|
||||||
The info dictionary has four keys:
|
The info dictionary has four keys:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user