diff --git a/imagekit/templatetags/compat.py b/imagekit/templatetags/compat.py index 8334dec..f26e8b8 100644 --- a/imagekit/templatetags/compat.py +++ b/imagekit/templatetags/compat.py @@ -1,3 +1,4 @@ +# flake8: noqa """ This module contains code from django.template.base (sha 90d3af380e8efec0301dd91600c6686232de3943). Bundling this code allows us to diff --git a/tests/test_generateimage_tag.py b/tests/test_generateimage_tag.py index 82cb3ce..95face7 100644 --- a/tests/test_generateimage_tag.py +++ b/tests/test_generateimage_tag.py @@ -1,7 +1,7 @@ from bs4 import BeautifulSoup from django.template import Context, Template, TemplateSyntaxError from nose.tools import eq_, assert_not_in, raises, assert_not_equal -from . import imagespecs +from . import imagespecs # noqa from .utils import get_image_file