From aa9d02eaa714f94648bf6bc2848a34b1889f40f3 Mon Sep 17 00:00:00 2001 From: Stefan Antonelli Date: Thu, 21 Jan 2016 18:58:14 +0100 Subject: [PATCH] fixed flake8 --- src/operun/gallery/content/gallery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operun/gallery/content/gallery.py b/src/operun/gallery/content/gallery.py index 351fab1..d0378b3 100644 --- a/src/operun/gallery/content/gallery.py +++ b/src/operun/gallery/content/gallery.py @@ -3,7 +3,7 @@ from plone.app.textfield import RichText from plone.dexterity.content import Container from operun.gallery import _ -from zope import schema +from zope import schema # noqa from zope.interface import Interface from plone.namedfile.field import NamedBlobImage