mirror of
https://github.com/django/daphne.git
synced 2025-04-20 16:52:03 +03:00
Remove unused imports
This commit is contained in:
parent
d9bff34428
commit
8ed7a2d3a2
|
@ -1,10 +1,8 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import json
|
||||
|
||||
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.websockets import WebsocketBinding
|
||||
from channels.generic.websockets import WebsocketDemultiplexer
|
||||
|
|
Loading…
Reference in New Issue
Block a user