summaryrefslogtreecommitdiff
path: root/tests/requests/tests.py
diff options
context:
space:
mode:
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