Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
wiredfool 2025-01-25 13:42:32 +00:00 committed by GitHub
parent f1349e973d
commit 9d584a1014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -754,7 +754,7 @@ class Image:
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__())