mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-07 15:10:49 +03:00
Lint
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
f1349e973d
commit
9d584a1014
|
@ -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__())
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user