From 0b64d6d8bf5481d590bce683d5fdf95fc693ec26 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 9 Dec 2015 17:17:14 +1100 Subject: [PATCH] Removed unnecessary pass statement --- PIL/JpegImagePlugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PIL/JpegImagePlugin.py b/PIL/JpegImagePlugin.py index 8d25ffe66..7bd4b5335 100644 --- a/PIL/JpegImagePlugin.py +++ b/PIL/JpegImagePlugin.py @@ -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