summaryrefslogtreecommitdiff
path: root/tests/db_typecasts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db_typecasts')
-rw-r--r--tests/db_typecasts/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/db_typecasts/tests.py b/tests/db_typecasts/tests.py
index 2cf835d94e..fc5305dcdd 100644
--- a/tests/db_typecasts/tests.py
+++ b/tests/db_typecasts/tests.py
@@ -1,10 +1,10 @@
# Unit tests for typecast functions in django.db.backends.util
import datetime
+import unittest
from django.db.backends import util as typecasts
from django.utils import six
-from django.utils import unittest
TEST_CASES = {