Mypy error -- can't have a bare tuple

So you don't even get that typing.
This commit is contained in:
wiredfool 2025-02-18 23:01:34 +00:00
parent 7e59428f00
commit a8d819c442

View File

@ -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()