Update Image.py

This commit is contained in:
surgan12 2018-12-20 17:11:41 +05:30 committed by GitHub
parent 647dcf432f
commit b788112154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2111,7 +2111,6 @@ class Image(object):
"""
# preserve aspect ratio
if isinstance(size, int):
size = (size, size)