mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-02 12:13:26 +03:00
Mypy error -- can't have a bare tuple
So you don't even get that typing.
This commit is contained in:
parent
7e59428f00
commit
a8d819c442
|
@ -3219,7 +3219,7 @@ class SupportsArrowArrayInterface(Protocol):
|
||||||
# raise NotImplementedError()
|
# raise NotImplementedError()
|
||||||
|
|
||||||
# old not typed definition.
|
# old not typed definition.
|
||||||
def __arrow_c_array__(self, requested_schema = None) -> tuple:
|
def __arrow_c_array__(self, requested_schema = None):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user