diff --git a/src/PIL/Image.py b/src/PIL/Image.py index ec015af5d..36920bd53 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2111,7 +2111,6 @@ class Image(object): """ # preserve aspect ratio - if isinstance(size, int): size = (size, size)