From bafb968872b913e28d83586647c69b39811c50fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 23:26:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()