mirror of
https://github.com/django/daphne.git
synced 2025-07-13 09:22:17 +03:00
Remove unused 'Group' import (#149)
Was this supposed to be here? It isn't used until the next section.
This commit is contained in:
parent
2874350a6a
commit
c9497e74dd
|
@ -100,7 +100,6 @@ serve HTTP requests from now on, which happens if you don't specify a consumer
|
||||||
for ``http.request`` - and make this WebSocket consumer instead::
|
for ``http.request`` - and make this WebSocket consumer instead::
|
||||||
|
|
||||||
# In consumers.py
|
# In consumers.py
|
||||||
from channels import Group
|
|
||||||
|
|
||||||
def ws_message(message):
|
def ws_message(message):
|
||||||
# ASGI WebSocket packet-received and send-packet message types
|
# ASGI WebSocket packet-received and send-packet message types
|
||||||
|
|
Loading…
Reference in New Issue
Block a user