[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-02-18 23:26:36 +00:00
parent cb146720d8
commit bafb968872

View File

@ -3219,7 +3219,7 @@ class SupportsArrowArrayInterface(Protocol):
# raise NotImplementedError()
# old not typed definition.
def __arrow_c_array__(self, requested_schema = None):
def __arrow_c_array__(self, requested_schema=None):
raise NotImplementedError()