Skip to content

Commit

Permalink
args may be a string or None
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 21, 2023
1 parent 2c59674 commit 2297595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class _Tile(NamedTuple):
encoder_name: str
extents: tuple[int, int, int, int]
offset: int
args: tuple
args: tuple | str | None


# --------------------------------------------------------------------
Expand Down

0 comments on commit 2297595

Please sign in to comment.