mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
self.tile is not None
This commit is contained in:
parent
78504658b1
commit
3ce33a253a
|
@ -120,7 +120,7 @@ class ImageFile(Image.Image):
|
||||||
self.custom_mimetype: str | None = None
|
self.custom_mimetype: str | None = None
|
||||||
|
|
||||||
self.tile: list[_Tile] = []
|
self.tile: list[_Tile] = []
|
||||||
""" A list of tile descriptors, or ``None`` """
|
""" A list of tile descriptors """
|
||||||
|
|
||||||
self.readonly = 1 # until we know better
|
self.readonly = 1 # until we know better
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user