From 21f034165c73d6c529e2c30a69a44970537a8296 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 9 Feb 2014 16:30:08 -0500 Subject: [PATCH] Removed unused import in humanize tests. --- django/contrib/humanize/tests.py | 1 - 1 file changed, 1 deletion(-) 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