mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a129efd131
commit
afc16e5e78
|
@ -3211,8 +3211,8 @@ class SupportsArrowArrayInterface(Protocol):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __arrow_c_array__(
|
def __arrow_c_array__(
|
||||||
self, requested_schema: 'PyCapsule' = None
|
self, requested_schema: PyCapsule = None
|
||||||
) -> tuple['PyCapsule', 'PyCapsule']:
|
) -> tuple[PyCapsule, PyCapsule]:
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user