diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 9c60bbb7a35..5619915ea78 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -48,7 +48,6 @@ Literal, Protocol, Sequence, - SupportsInt, Tuple, cast, )