From a3abbe1fcb10e9ed4502c22748eb825170f41f23 Mon Sep 17 00:00:00 2001
From: Tim Graham <timograham@gmail.com>
Date: Wed, 24 Aug 2016 13:58:57 -0400
Subject: [PATCH] Removed a blank line per isort.

---
 django/core/handlers/wsgi.py | 1 -
 1 file changed, 1 deletion(-)

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.