summaryrefslogtreecommitdiff
path: root/tests/admin_checks/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_checks/models.py')
-rw-r--r--tests/admin_checks/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/admin_checks/models.py b/tests/admin_checks/models.py
index 6c34d95ab8..dbb5931c8c 100644
--- a/tests/admin_checks/models.py
+++ b/tests/admin_checks/models.py
@@ -2,10 +2,10 @@
Tests of ModelAdmin system checks logic.
"""
+from django.contrib.contenttypes.fields import GenericForeignKey
+from django.contrib.contenttypes.models import ContentType
from django.db import models
from django.utils.encoding import python_2_unicode_compatible
-from django.contrib.contenttypes.models import ContentType
-from django.contrib.contenttypes.fields import GenericForeignKey
class Album(models.Model):