Skip to content

Commit 2d5ca15

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PIL/_typing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def __class_getitem__(cls, item: Any) -> type[bool]:
2424

2525

2626
class SupportsRead(Protocol[_T_co]):
27-
def read(self, __length: int = ...) -> _T_co:
28-
...
27+
def read(self, __length: int = ...) -> _T_co: ...
2928

3029

3130
FileDescriptor = int

0 commit comments

Comments
 (0)