summaryrefslogtreecommitdiff
path: root/tests/transactions/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/transactions/tests.py')
-rw-r--r--tests/transactions/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/transactions/tests.py b/tests/transactions/tests.py
index 2da4d9fc9a..afb573f366 100644
--- a/tests/transactions/tests.py
+++ b/tests/transactions/tests.py
@@ -1,12 +1,12 @@
from __future__ import absolute_import
import sys
+from unittest import skipIf, skipUnless
from django.db import connection, transaction, DatabaseError, IntegrityError
from django.test import TransactionTestCase, skipUnlessDBFeature
from django.test.utils import IgnoreDeprecationWarningsMixin
from django.utils import six
-from django.utils.unittest import skipIf, skipUnless
from .models import Reporter