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