From c45876f95c2c5e2343966c2b1eb7d90ccaaa6372 Mon Sep 17 00:00:00 2001 From: Matthew Tretter Date: Wed, 5 Dec 2012 23:16:34 -0500 Subject: [PATCH] Ignore some style errors --- imagekit/templatetags/compat.py | 1 + tests/test_generateimage_tag.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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