summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-17 19:00:29 -0500
committerTim Graham <timograham@gmail.com>2015-11-17 19:01:06 -0500
commitacd3606049b61efdee14dc2df00b265ad83a81a8 (patch)
tree72e3afc56ed63725aaacf408bd5c25d4c438d3f0
parentd26207d56cab21e3767121d53ebaddbbfc78a4ce (diff)
Removed blank line to appease isort.
-rw-r--r--django/views/csrf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/views/csrf.py b/django/views/csrf.py
index 7d5f4e113e..f22f3b25ac 100644
--- a/django/views/csrf.py
+++ b/django/views/csrf.py
@@ -4,7 +4,6 @@ from django.template import Context, Engine, TemplateDoesNotExist, loader
from django.utils.translation import ugettext as _
from django.utils.version import get_docs_version
-
# We include the template inline since we need to be able to reliably display
# this error message, especially for the sake of developers, and there isn't any
# other way of making it available independent of what is in the settings file.