diff --git a/django/contrib/humanize/tests.py b/django/contrib/humanize/tests.py index 71ab2c8df0c..622a7045033 100644 --- a/django/contrib/humanize/tests.py +++ b/django/contrib/humanize/tests.py @@ -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