summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-24 13:58:57 -0400
committerTim Graham <timograham@gmail.com>2016-08-24 13:58:57 -0400
commita3abbe1fcb10e9ed4502c22748eb825170f41f23 (patch)
tree93a993b153789701e401963689f9420cfd27d32e
parent3c18f8a3d2f61669493f9ff2015ddc027eada3d6 (diff)
Removed a blank line per isort.
-rw-r--r--django/core/handlers/wsgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/core/handlers/wsgi.py b/django/core/handlers/wsgi.py
index 37cd028f52..f04ebca981 100644
--- a/django/core/handlers/wsgi.py
+++ b/django/core/handlers/wsgi.py
@@ -14,7 +14,6 @@ from django.utils import six
from django.utils.encoding import (
force_str, force_text, repercent_broken_unicode,
)
-
from django.utils.functional import cached_property
# encode() and decode() expect the charset to be a native string.