mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 18:38:41 -06:00
Also ignore unused import for flake8
This commit is contained in:
parent
b22221023c
commit
f7903b10da
@ -5,7 +5,7 @@
|
|||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
|
|
||||||
from PIL import Image, ImageDraw, ImageFont
|
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 odoo.tests.common import TransactionCase
|
||||||
|
|
||||||
from ..models.ir_attachment import _MARKER_PHRASE
|
from ..models.ir_attachment import _MARKER_PHRASE
|
||||||
|
Loading…
Reference in New Issue
Block a user