args may be a string or None

This commit is contained in:
Andrew Murray 2023-11-21 22:07:36 +11:00
parent 662cb229c2
commit 56b4822294

View File

@ -212,7 +212,7 @@ class _Tile(NamedTuple):
encoder_name: str
extents: tuple[int, int, int, int]
offset: int
args: tuple
args: tuple | str | None
# --------------------------------------------------------------------