summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_discovery_sample/tests_sample.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_discovery_sample/tests_sample.py b/tests/test_discovery_sample/tests_sample.py
index 53588709ea..694b01ffd4 100644
--- a/tests/test_discovery_sample/tests_sample.py
+++ b/tests/test_discovery_sample/tests_sample.py
@@ -1,8 +1,7 @@
import doctest
from unittest import TestCase
-from django.test import SimpleTestCase, TestCase as DjangoTestCase
-from django.test.utils import tag
+from django.test import SimpleTestCase, TestCase as DjangoTestCase, tag
from . import doctests