mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
More flake fixes
This commit is contained in:
parent
caca13c2bc
commit
b468ddd930
|
@ -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
|
||||
|
|
|
@ -104,6 +104,7 @@ class Command(RunserverCommand):
|
|||
|
||||
sys.stderr.write(msg)
|
||||
|
||||
|
||||
class WorkerThread(threading.Thread):
|
||||
"""
|
||||
Class that runs a worker
|
||||
|
|
Loading…
Reference in New Issue
Block a user