mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 04:56:57 +03:00
Removed unused method
This commit is contained in:
parent
fe21dfa881
commit
ff1e565e34
|
@ -365,9 +365,6 @@ class AniFile:
|
|||
def sizes(self) -> list[int]:
|
||||
return [data["size"] for data in self.image_data]
|
||||
|
||||
def hotspots(self) -> None:
|
||||
pass
|
||||
|
||||
|
||||
class AniImageFile(ImageFile.ImageFile):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user