From 10224ff06c7ea7db462690bd7b50c85a43073240 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Tue, 22 Mar 2016 10:20:15 -0700 Subject: [PATCH] Flake, stop worrying about this file. --- channels/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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