mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Ignore some style errors
This commit is contained in:
parent
2a6199b804
commit
c45876f95c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# flake8: noqa
|
||||
"""
|
||||
This module contains code from django.template.base
|
||||
(sha 90d3af380e8efec0301dd91600c6686232de3943). Bundling this code allows us to
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue