Removed blank line to appease isort.

This commit is contained in:
Tim Graham 2015-11-17 19:00:29 -05:00
parent d26207d56c
commit acd3606049
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ from django.template import Context, Engine, TemplateDoesNotExist, loader
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
from django.utils.version import get_docs_version from django.utils.version import get_docs_version
# We include the template inline since we need to be able to reliably display # 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 # 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. # other way of making it available independent of what is in the settings file.