Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
wiredfool and radarhere authored Jan 25, 2025
1 parent 2b88b1c commit af64250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -3262,7 +3262,8 @@ def __array_interface__(self) -> dict[str, Any]:

class SupportsArrowArrayInterface(Protocol):
"""
An object that has an ``__arrow_c_array__`` method corresponding to the arrow c data interface.
An object that has an ``__arrow_c_array__`` method corresponding to the arrow c
data interface.
"""

def __arrow_c_array__(
Expand Down

0 comments on commit af64250

Please sign in to comment.