mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-04 03:43:13 +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:
|
except SyntaxError:
|
||||||
warnings.warn("Image appears to be a malformed MPO file, it will be "
|
warnings.warn("Image appears to be a malformed MPO file, it will be "
|
||||||
"interpreted as a base JPEG file")
|
"interpreted as a base JPEG file")
|
||||||
pass
|
|
||||||
return im
|
return im
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user