Remove unused import

Fixes flake8 error
This commit is contained in:
Matthew Tretter 2013-01-13 23:35:19 -05:00
parent e5b15d09bd
commit 8c5a571293

View file

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