From b468ddd930e4f6c70bf6edd196417ecb3c894021 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 10 Feb 2016 20:37:57 +0000 Subject: [PATCH] More flake fixes --- channels/handler.py | 1 - channels/management/commands/runserver.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/handler.py b/channels/handler.py index c626b7d..85cacf1 100644 --- a/channels/handler.py +++ b/channels/handler.py @@ -10,7 +10,6 @@ from threading import Lock from django import http from django.core import signals from django.core.handlers import base -from django.core.management.color import color_style from django.core.urlresolvers import set_script_prefix from django.utils import six from django.utils.functional import cached_property diff --git a/channels/management/commands/runserver.py b/channels/management/commands/runserver.py index f439c0b..7ecc3b6 100644 --- a/channels/management/commands/runserver.py +++ b/channels/management/commands/runserver.py @@ -104,6 +104,7 @@ class Command(RunserverCommand): sys.stderr.write(msg) + class WorkerThread(threading.Thread): """ Class that runs a worker