From f7903b10da70bc6bbf030567754d30a736c558d3 Mon Sep 17 00:00:00 2001 From: Carlos Almeida Date: Tue, 6 Jun 2017 12:55:35 +0100 Subject: [PATCH] Also ignore unused import for flake8 --- document_ocr/tests/test_document_ocr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document_ocr/tests/test_document_ocr.py b/document_ocr/tests/test_document_ocr.py index bf9c9b36..3d4cf69f 100644 --- a/document_ocr/tests/test_document_ocr.py +++ b/document_ocr/tests/test_document_ocr.py @@ -5,7 +5,7 @@ from StringIO import StringIO from PIL import Image, ImageDraw, ImageFont -from PIL import PdfImagePlugin, PalmImagePlugin # pylint: disable=unused-import +from PIL import PdfImagePlugin, PalmImagePlugin # noqa # pylint: disable=unused-import from odoo.tests.common import TransactionCase from ..models.ir_attachment import _MARKER_PHRASE