Skip to content

Commit 9d584a1

Browse files
wiredfoolradarhere
andauthored
Lint
Co-authored-by: Andrew Murray <[email protected]>
1 parent f1349e9 commit 9d584a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def __arrow_c_schema__(self) -> object:
754754

755755
def __arrow_c_array__(
756756
self, requested_schema: object | None = None
757-
) -> Tuple[object, object]:
757+
) -> tuple[object, object]:
758758
self.load()
759759
return (self.im.__arrow_c_schema__(), self.im.__arrow_c_array__())
760760

0 commit comments

Comments
 (0)