More flake fixes

This commit is contained in:
Andrew Godwin 2016-02-10 20:37:57 +00:00
parent caca13c2bc
commit b468ddd930
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ from threading import Lock
from django import http from django import http
from django.core import signals from django.core import signals
from django.core.handlers import base from django.core.handlers import base
from django.core.management.color import color_style
from django.core.urlresolvers import set_script_prefix from django.core.urlresolvers import set_script_prefix
from django.utils import six from django.utils import six
from django.utils.functional import cached_property from django.utils.functional import cached_property

View File

@ -104,6 +104,7 @@ class Command(RunserverCommand):
sys.stderr.write(msg) sys.stderr.write(msg)
class WorkerThread(threading.Thread): class WorkerThread(threading.Thread):
""" """
Class that runs a worker Class that runs a worker