mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-12 17:40:51 +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
a18bb13f07
commit
6f22968f7a
|
@ -168,6 +168,7 @@ class CurFile(IcoImagePlugin.IcoFile):
|
|||
def hotspots(self):
|
||||
return [(h["x_hotspot"], h["y_hotspot"]) for h in self.entry]
|
||||
|
||||
|
||||
class CurImageFile(IcoImagePlugin.IcoImageFile):
|
||||
|
||||
format = "CUR"
|
||||
|
|
Loading…
Reference in New Issue
Block a user