travis check

This commit is contained in:
surgan12 2018-12-20 17:08:05 +05:30
parent 2e7ebea684
commit 647dcf432f

View File

@ -1755,7 +1755,6 @@ class Image(object):
def resize(self, size, resample=NEAREST, box=None):
"""
Returns a resized copy of this image.
:param size: The requested size in pixels, as a 2-tuple:
(width, height) or an int :(size,size)
:param resample: An optional resampling filter. This can be