summaryrefslogtreecommitdiff
path: root/tests/requests/tests.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-18 07:25:30 -0400
committerTim Graham <timograham@gmail.com>2013-11-02 15:24:56 -0400
commit36ded01527b690b5df0574492af9cfcc2ea3d1dc (patch)
tree107e2f542034f13810496fd389972f856efc33f3 /tests/requests/tests.py
parent9f76ea1eaad0db0183fa3b5bade16392db0cafbd (diff)
Fixed #21302 -- Fixed unused imports and import *.
Diffstat (limited to 'tests/requests/tests.py')
-rw-r--r--tests/requests/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/requests/tests.py b/tests/requests/tests.py
index 067d71b3d7..137b324588 100644
--- a/tests/requests/tests.py
+++ b/tests/requests/tests.py
@@ -6,9 +6,8 @@ from io import BytesIO
from itertools import chain
import time
from unittest import skipIf
-import warnings
-from django.db import connection, connections, DEFAULT_DB_ALIAS
+from django.db import connection, connections
from django.core import signals
from django.core.exceptions import SuspiciousOperation
from django.core.handlers.wsgi import WSGIRequest, LimitedStream