summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/contenttypes/forms.py')
-rw-r--r--django/contrib/contenttypes/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/contenttypes/forms.py b/django/contrib/contenttypes/forms.py
index 693628d3de..e590c3db05 100644
--- a/django/contrib/contenttypes/forms.py
+++ b/django/contrib/contenttypes/forms.py
@@ -1,9 +1,9 @@
from __future__ import unicode_literals
+from django.contrib.contenttypes.models import ContentType
from django.db import models
from django.forms import ModelForm, modelformset_factory
from django.forms.models import BaseModelFormSet
-from django.contrib.contenttypes.models import ContentType
class BaseGenericInlineFormSet(BaseModelFormSet):