Skip to content

Commit ae3a37f

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

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) -> tuple:
3222+
def __arrow_c_array__(self, requested_schema=None) -> tuple:
32233223
raise NotImplementedError()
32243224

32253225

0 commit comments

Comments
 (0)