mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Removed unused import in humanize tests.
This commit is contained in:
parent
651a6f76f3
commit
21f034165c
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pytz = None
|
pytz = None
|
||||||
|
|
||||||
from django.conf import settings
|
|
||||||
from django.contrib.humanize.templatetags import humanize
|
from django.contrib.humanize.templatetags import humanize
|
||||||
from django.template import Template, Context, defaultfilters
|
from django.template import Template, Context, defaultfilters
|
||||||
from django.test import TestCase, override_settings
|
from django.test import TestCase, override_settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue