summaryrefslogtreecommitdiff
path: root/tests/settings_tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/settings_tests/tests.py')
-rw-r--r--tests/settings_tests/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/settings_tests/tests.py b/tests/settings_tests/tests.py
index 4a0c363c39..b1321d50f3 100644
--- a/tests/settings_tests/tests.py
+++ b/tests/settings_tests/tests.py
@@ -1,8 +1,7 @@
-import os
import unittest
import warnings
-from django.conf import settings, global_settings
+from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.http import HttpRequest
from django.test import SimpleTestCase, TransactionTestCase, TestCase, signals