Flake, stop worrying about this file.

This commit is contained in:
Andrew Godwin 2016-03-22 10:20:15 -07:00
parent 6884e7d1e8
commit 10224ff06c

View File

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