0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Removed unused import in humanize tests.

This commit is contained in:
Tim Graham 2014-02-09 16:30:08 -05:00
parent 651a6f76f3
commit 21f034165c

View File

@ -8,7 +8,6 @@ try:
except ImportError:
pytz = None
from django.conf import settings
from django.contrib.humanize.templatetags import humanize
from django.template import Template, Context, defaultfilters
from django.test import TestCase, override_settings