From b67ab75e82ec59dd4eeca119eeaf570d7c88556c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 11 Oct 2013 07:25:14 -0400 Subject: Fixed assorted flake8 errors. --- django/utils/autoreload.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'django/utils') diff --git a/django/utils/autoreload.py b/django/utils/autoreload.py index 33d37c6835..e1627f4954 100644 --- a/django/utils/autoreload.py +++ b/django/utils/autoreload.py @@ -28,7 +28,11 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -import os, sys, time, signal, traceback +import os +import signal +import sys +import time +import traceback try: from django.utils.six.moves import _thread as thread -- cgit v1.3