mirror of https://github.com/CIRCL/PyCIRCLean
Remove PIL.PngImagePlugin import
* This dependency isn't being used anymore: when I test, pngs are still processed normallypull/16/head
parent
fa1df8e67f
commit
e51a503c33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue