Skip to content

Commit

Permalink
[2.0.x] Removed unused imports in tests/test_runner/tests.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Dec 21, 2018
1 parent ecece1b commit 1b752d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_runner/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.core.management import call_command
from django.core.management.base import SystemCheckError
from django.test import (
TestCase, TransactionTestCase, skipUnlessDBFeature, testcases,
)
from django.test import TransactionTestCase, skipUnlessDBFeature, testcases
from django.test.runner import DiscoverRunner
from django.test.testcases import connections_support_transactions
from django.test.utils import dependency_ordered
Expand Down

0 comments on commit 1b752d3

Please sign in to comment.