Remove unused imports

This commit is contained in:
Andrew Godwin 2016-02-14 18:50:05 +00:00
parent 943733c447
commit 4f60726ec4
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ from django.utils import six
from django.utils.encoding import get_system_encoding
from channels import DEFAULT_CHANNEL_LAYER, channel_layers
from channels.handler import ViewConsumer
from channels.log import setup_logger
from channels.worker import Worker

View File

@ -3,7 +3,6 @@ from __future__ import unicode_literals
from django.core.management import BaseCommand
from channels import channel_layers, DEFAULT_CHANNEL_LAYER
from channels.log import setup_logger
from channels.handler import ViewConsumer
from channels.worker import Worker