summaryrefslogtreecommitdiff
path: root/tests/test_client
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_client')
-rw-r--r--tests/test_client/test_conditional_content_removal.py2
-rw-r--r--tests/test_client/tests.py3
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_client/test_conditional_content_removal.py b/tests/test_client/test_conditional_content_removal.py
index 644eb23a06..72bf7f238b 100644
--- a/tests/test_client/test_conditional_content_removal.py
+++ b/tests/test_client/test_conditional_content_removal.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import gzip
import io
diff --git a/tests/test_client/tests.py b/tests/test_client/tests.py
index 8b834e02e0..5981ca319e 100644
--- a/tests/test_client/tests.py
+++ b/tests/test_client/tests.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
"""
Testing using the Test Client
@@ -20,8 +19,6 @@ testing against the contexts and templates produced by a view,
rather than the HTML rendered to the end-user.
"""
-from __future__ import unicode_literals
-
import tempfile
from django.contrib.auth.models import User