summaryrefslogtreecommitdiff
path: root/tests/custom_lookups/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom_lookups/tests.py')
-rw-r--r--tests/custom_lookups/tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/custom_lookups/tests.py b/tests/custom_lookups/tests.py
index 945c33a0ec..1b45be8451 100644
--- a/tests/custom_lookups/tests.py
+++ b/tests/custom_lookups/tests.py
@@ -1,14 +1,14 @@
from __future__ import unicode_literals
-from datetime import date, datetime
import time
import unittest
+from datetime import date, datetime
from django.core.exceptions import FieldError
-from django.db import models
-from django.db import connection
+from django.db import connection, models
from django.test import TestCase, override_settings
from django.utils import timezone
+
from .models import Author, MySQLUnixTimestamp