Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2024
1 parent 05506e5 commit 2d5ca15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PIL/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ def __class_getitem__(cls, item: Any) -> type[bool]:


class SupportsRead(Protocol[_T_co]):
def read(self, __length: int = ...) -> _T_co:
...
def read(self, __length: int = ...) -> _T_co: ...


FileDescriptor = int
Expand Down

0 comments on commit 2d5ca15

Please sign in to comment.