diff --git a/src/PIL/Image.py b/src/PIL/Image.py index d52985da0..478f8289b 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -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()