summaryrefslogtreecommitdiff
path: root/django/db
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-19 21:15:31 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-19 21:15:31 -0600
commitbe8173af513dfb86edf8fc2fd981cc9ce101229e (patch)
tree90964751c478bee168975dfa6148f6b7ecbc8985 /django/db
parentd818e0c9b2b88276cc499974f9eee893170bf0a8 (diff)
Fixed a small collection of flake8 violations that had snuck in
Diffstat (limited to 'django/db')
-rw-r--r--django/db/models/fields/related.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/db/models/fields/related.py b/django/db/models/fields/related.py
index 570547cdcc..75e5f20fea 100644
--- a/django/db/models/fields/related.py
+++ b/django/db/models/fields/related.py
@@ -18,7 +18,6 @@ from django.utils.deprecation import RenameMethodsBase
from django.utils.translation import ugettext_lazy as _
from django.utils.functional import curry, cached_property
from django.core import exceptions
-from django.apps import apps
from django import forms
RECURSIVE_RELATIONSHIP_CONSTANT = 'self'