mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 18:23:24 +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()
|
||||
|
||||
# old not typed definition.
|
||||
def __arrow_c_array__(self, requested_schema = None) -> tuple:
|
||||
def __arrow_c_array__(self, requested_schema = None):
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user