Remove unused imports

This commit is contained in:
Andrew Godwin 2017-01-08 18:11:44 -08:00
parent d9bff34428
commit 8ed7a2d3a2

View File

@ -1,10 +1,8 @@
from __future__ import unicode_literals from __future__ import unicode_literals
import json
from django.contrib.auth import get_user_model from django.contrib.auth import get_user_model
from channels import Group, route from channels import route
from channels.binding.base import CREATE, DELETE, UPDATE from channels.binding.base import CREATE, DELETE, UPDATE
from channels.binding.websockets import WebsocketBinding from channels.binding.websockets import WebsocketBinding
from channels.generic.websockets import WebsocketDemultiplexer from channels.generic.websockets import WebsocketDemultiplexer