Flake8 after PR #1185

This commit is contained in:
hugovk 2015-04-23 13:25:45 +03:00
parent 6d4b9b6d61
commit 63f6e94be4

View File

@ -17,8 +17,11 @@
from PIL import Image, ImageFile, PngImagePlugin, _binary
import io
import os
import shutil
import struct
import tempfile, shutil, os, sys
import sys
import tempfile
enable_jpeg2k = hasattr(Image.core, 'jp2klib_version')
if enable_jpeg2k:
@ -294,6 +297,7 @@ class IcnsImageFile(ImageFile.ImageFile):
self.tile = ()
self.load_end()
def _save(im, fp, filename):
"""
Saves the image as a series of PNG files,