mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 17:25:49 +03:00
args may be a string or None
This commit is contained in:
parent
662cb229c2
commit
56b4822294
|
@ -212,7 +212,7 @@ class _Tile(NamedTuple):
|
|||
encoder_name: str
|
||||
extents: tuple[int, int, int, int]
|
||||
offset: int
|
||||
args: tuple
|
||||
args: tuple | str | None
|
||||
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user