diff --git a/src/PIL/IcnsImagePlugin.py b/src/PIL/IcnsImagePlugin.py index 481ef3ec3..abfb4a2f2 100644 --- a/src/PIL/IcnsImagePlugin.py +++ b/src/PIL/IcnsImagePlugin.py @@ -313,7 +313,6 @@ def _save(im, fp, filename): """ Saves the image as a series of PNG files, that are then converted to a .icns file - """ if hasattr(fp, "flush"): fp.flush()