diff --git a/channels/__init__.py b/channels/__init__.py index ed3a88d..2b2ff0d 100644 --- a/channels/__init__.py +++ b/channels/__init__.py @@ -6,6 +6,6 @@ DEFAULT_CHANNEL_LAYER = 'default' try: from .asgi import channel_layers # NOQA isort:skip from .channel import Channel, Group # NOQA isort:skip - from .routing import route, include + from .routing import route, include # NOQA isort:skip except ImportError: # No django installed, allow vars to be read pass