Skip to content

Commit a8d819c

Browse files
committed
Mypy error -- can't have a bare tuple
So you don't even get that typing.
1 parent 7e59428 commit a8d819c

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):
32233223
raise NotImplementedError()
32243224

32253225

0 commit comments

Comments
 (0)