diff options
Diffstat (limited to 'tests/multiple_database/tests.py')
| -rw-r--r-- | tests/multiple_database/tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/multiple_database/tests.py b/tests/multiple_database/tests.py index 222d236bb0..8ffe00578b 100644 --- a/tests/multiple_database/tests.py +++ b/tests/multiple_database/tests.py @@ -10,8 +10,7 @@ from django.core import management from django.db import connections, router, DEFAULT_DB_ALIAS, transaction from django.db.models import signals from django.db.utils import ConnectionRouter -from django.test import TestCase -from django.test.utils import override_settings +from django.test import TestCase, override_settings from django.utils.six import StringIO from .models import Book, Person, Pet, Review, UserProfile |
