mirror of
https://github.com/django/daphne.git
synced 2025-07-14 09:52:17 +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:
|
try:
|
||||||
from .asgi import channel_layers # NOQA isort:skip
|
from .asgi import channel_layers # NOQA isort:skip
|
||||||
from .channel import Channel, Group # 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
|
except ImportError: # No django installed, allow vars to be read
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user