mirror of
https://github.com/django/daphne.git
synced 2025-07-11 16:32:17 +03:00
Fix flake error
This commit is contained in:
parent
352407e54b
commit
11218089bd
|
@ -10,7 +10,7 @@ class ChannelsConfig(AppConfig):
|
||||||
def ready(self):
|
def ready(self):
|
||||||
# Check you're not running 1.10 or above
|
# Check you're not running 1.10 or above
|
||||||
try:
|
try:
|
||||||
from django import channels
|
from django import channels # NOQA isort:skip
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user