Merge pull request #7772 from radarhere/codec_name

This commit is contained in:
Hugo van Kemenade 2024-02-02 20:05:58 +02:00 committed by GitHub
commit a5b4806830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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