Ignore some style errors

This commit is contained in:
Matthew Tretter 2012-12-05 23:16:34 -05:00
parent 2a6199b804
commit c45876f95c
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
# flake8: noqa
"""
This module contains code from django.template.base
(sha 90d3af380e8efec0301dd91600c6686232de3943). Bundling this code allows us to

View file

@ -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