mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-07 02:44:14 +03:00
Removed unnecessary pass statement
This commit is contained in:
parent
71d45bc61e
commit
0b64d6d8bf
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user