Removed unnecessary pass statement

This commit is contained in:
Andrew Murray 2015-12-09 17:17:14 +11:00
parent 71d45bc61e
commit 0b64d6d8bf

View File

@ -719,7 +719,6 @@ def jpeg_factory(fp=None, filename=None):
except SyntaxError:
warnings.warn("Image appears to be a malformed MPO file, it will be "
"interpreted as a base JPEG file")
pass
return im