Remove unused imports

This commit is contained in:
Andrew Godwin 2017-05-30 00:18:27 -07:00
parent 16612ec126
commit 93d75f242c

View File

@ -1,13 +1,10 @@
from __future__ import unicode_literals
import threading
from channels import DEFAULT_CHANNEL_LAYER, Channel, route
from channels.asgi import channel_layers
from channels.exceptions import ConsumeLater
from channels.signals import worker_ready
from channels.test import ChannelTestCase
from channels.worker import Worker, WorkerGroup
from channels.worker import Worker
try:
from unittest import mock