Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 18, 2025
1 parent e4ad2c0 commit 2a0b9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Check warning on line 3223 in src/PIL/Image.py

View check run for this annotation

Codecov / codecov/patch

src/PIL/Image.py#L3223

Added line #L3223 was not covered by tests


Expand Down

0 comments on commit 2a0b9f8

Please sign in to comment.