mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 22:54:46 +03:00
Update Image.py
This commit is contained in:
parent
647dcf432f
commit
b788112154
|
@ -2111,7 +2111,6 @@ class Image(object):
|
|||
"""
|
||||
|
||||
# preserve aspect ratio
|
||||
|
||||
if isinstance(size, int):
|
||||
size = (size, size)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user