Skip to content

Commit

Permalink
Merge pull request #7772 from radarhere/codec_name
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 2, 2024
2 parents e478775 + 8d96e3b commit a5b4806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5b4806

Please sign in to comment.