mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-24 06:54:44 +00:00
Remove unused import
Fixes flake8 error
This commit is contained in:
parent
e5b15d09bd
commit
8c5a571293
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from django.template import TemplateSyntaxError
|
||||
from nose.tools import eq_, assert_not_in, raises, assert_not_equal
|
||||
from nose.tools import eq_, raises, assert_not_equal
|
||||
from . import imagespecs # noqa
|
||||
from .utils import render_tag, get_html_attrs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue