mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-05 20:58:02 +03:00
Changed name of first _Tile parameter
This commit is contained in:
parent
e47877587f
commit
8d96e3bc59
|
@ -91,7 +91,7 @@ def _tilesort(t):
|
|||
|
||||
|
||||
class _Tile(NamedTuple):
|
||||
encoder_name: str
|
||||
codec_name: str
|
||||
extents: tuple[int, int, int, int]
|
||||
offset: int
|
||||
args: tuple[Any, ...] | str | None
|
||||
|
|
Loading…
Reference in New Issue
Block a user