Remove useless import from doc example

This commit is contained in:
Andrew Godwin 2015-09-08 18:45:59 -05:00
parent bbe0d14fc4
commit 39bead9de9

View File

@ -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):