aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-26 17:12:44 +0200
committerAymeric Augustin2013-10-26 17:12:44 +0200
commitba9f739620d4955aabf112850122345828402f2b (patch)
tree60aab63d17e487868ab38de239696a8d4a6f9b7a /tests/tests.py
parentcbb74b34be02990a10eb75b653425ea98fba5aae (diff)
downloaddjango-debug-toolbar-ba9f739620d4955aabf112850122345828402f2b.tar.bz2
Remove unused imports.
Diffstat (limited to 'tests/tests.py')
-rw-r--r--tests/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tests.py b/tests/tests.py
index 7fb4a87..20b722b 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -8,7 +8,6 @@ import threading
from xml.etree import ElementTree as ET
import django
-from django.conf import settings
from django.contrib.auth.models import User
from django.core import management
from django.db import connection, IntegrityError, transaction