summaryrefslogtreecommitdiff
path: root/tests/test_runner
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner')
-rw-r--r--tests/test_runner/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_runner/tests.py b/tests/test_runner/tests.py
index d6e9af71a1..670bc6683c 100644
--- a/tests/test_runner/tests.py
+++ b/tests/test_runner/tests.py
@@ -1,8 +1,6 @@
"""
Tests for django test runner
"""
-from __future__ import unicode_literals
-
import unittest
from admin_scripts.tests import AdminScriptTestCase