From e51a503c33c4360e1c7dd89b26d3b2044d5bb2ae Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Tue, 16 May 2017 15:01:24 -0400 Subject: [PATCH] Remove PIL.PngImagePlugin import * This dependency isn't being used anymore: when I test, pngs are still processed normally --- bin/filecheck.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/filecheck.py b/bin/filecheck.py index 9a60a8c..8f48435 100644 --- a/bin/filecheck.py +++ b/bin/filecheck.py @@ -14,8 +14,6 @@ import officedissector import warnings import exifread from PIL import Image -# TODO: why do we have this import? How does filecheck handle pngs? -# from PIL import PngImagePlugin from pdfid import PDFiD, cPDFiD from kittengroomer import FileBase, KittenGroomerBase, Logging