Skip to content

Commit bafb968

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)