mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-23 02:32:00 +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__(
|
||||
self, requested_schema: 'PyCapsule' = None
|
||||
) -> tuple['PyCapsule', 'PyCapsule']:
|
||||
self, requested_schema: PyCapsule = None
|
||||
) -> tuple[PyCapsule, PyCapsule]:
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user