diff options
Diffstat (limited to 'tests/migration_test_data_persistence/tests.py')
| -rw-r--r-- | tests/migration_test_data_persistence/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/migration_test_data_persistence/tests.py b/tests/migration_test_data_persistence/tests.py index 0b6369db4b..316cd21965 100644 --- a/tests/migration_test_data_persistence/tests.py +++ b/tests/migration_test_data_persistence/tests.py @@ -1,4 +1,5 @@ -from django.test import TransactionTestCase, TestCase +from django.test import TestCase, TransactionTestCase + from .models import Book |
