We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1349e9 commit 9d584a1Copy full SHA for 9d584a1
src/PIL/Image.py
@@ -754,7 +754,7 @@ def __arrow_c_schema__(self) -> object:
754
755
def __arrow_c_array__(
756
self, requested_schema: object | None = None
757
- ) -> Tuple[object, object]:
+ ) -> tuple[object, object]:
758
self.load()
759
return (self.im.__arrow_c_schema__(), self.im.__arrow_c_array__())
760
0 commit comments