summaryrefslogtreecommitdiff
path: root/tests/many_to_many/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/many_to_many/tests.py')
-rw-r--r--tests/many_to_many/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/many_to_many/tests.py b/tests/many_to_many/tests.py
index 17d75f3957..0b99cfda4e 100644
--- a/tests/many_to_many/tests.py
+++ b/tests/many_to_many/tests.py
@@ -1,7 +1,5 @@
-from unittest import mock
-
from django.db import transaction
-from django.test import TestCase, skipUnlessDBFeature
+from django.test import TestCase
from .models import Article, InheritedArticleA, InheritedArticleB, Publication