diff options
| author | Tim Graham <timograham@gmail.com> | 2016-08-24 13:58:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-24 13:58:57 -0400 |
| commit | a3abbe1fcb10e9ed4502c22748eb825170f41f23 (patch) | |
| tree | 93a993b153789701e401963689f9420cfd27d32e | |
| parent | 3c18f8a3d2f61669493f9ff2015ddc027eada3d6 (diff) | |
Removed a blank line per isort.
| -rw-r--r-- | django/core/handlers/wsgi.py | 1 |
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. |
