mirror of
https://github.com/django/daphne.git
synced 2025-04-21 17:22:03 +03:00
Flake, stop worrying about this file.
This commit is contained in:
parent
6884e7d1e8
commit
10224ff06c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user