From 39bead9de90f09803eeaffe97aaa15512e6b98ee Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 8 Sep 2015 18:45:59 -0500 Subject: [PATCH] Remove useless import from doc example --- docs/getting-started.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 21e9d63..72bff85 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -23,7 +23,6 @@ now underlie every part of Django. Make a new project, a new app, and put this in a ``consumers.py`` file in the app:: - from channels import Channel from django.http import HttpResponse def http_consumer(message):