Skip to content

Commit 2a0b9f8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e4ad2c0 commit 2a0b9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/Image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3219,7 +3219,7 @@ class SupportsArrowArrayInterface(Protocol):
32193219
# raise NotImplementedError()
32203220

32213221
# old not typed definition.
3222-
def __arrow_c_array__(self, requested_schema = None):
3222+
def __arrow_c_array__(self, requested_schema=None):
32233223
raise NotImplementedError()
32243224

32253225

0 commit comments

Comments
 (0)