diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 148ba462e..aa18f90d9 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): + def __arrow_c_array__(self, requested_schema=None): raise NotImplementedError()