Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
wiredfool and radarhere authored Jan 25, 2025
1 parent f1349e9 commit 9d584a1
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 @@ -754,7 +754,7 @@ def __arrow_c_schema__(self) -> object:

def __arrow_c_array__(
self, requested_schema: object | None = None
) -> Tuple[object, object]:
) -> tuple[object, object]:
self.load()
return (self.im.__arrow_c_schema__(), self.im.__arrow_c_array__())

Expand Down

0 comments on commit 9d584a1

Please sign in to comment.