From c9497e74ddd7acfb341087b16445c8cbbe834f69 Mon Sep 17 00:00:00 2001 From: conor Date: Tue, 10 May 2016 17:07:39 +0100 Subject: [PATCH] Remove unused 'Group' import (#149) Was this supposed to be here? It isn't used until the next section. --- docs/getting-started.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 0741d76..303770c 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -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:: # In consumers.py - from channels import Group def ws_message(message): # ASGI WebSocket packet-received and send-packet message types