mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Suppress import ordering style error
This commit is contained in:
parent
6a4a620891
commit
7c9ac5e53f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from . import importer
|
|||
|
||||
importer.install()
|
||||
|
||||
from django.core.asgi import get_asgi_application
|
||||
from django.core.asgi import get_asgi_application # noqa: E402
|
||||
|
||||
# this is just for the crazy ones
|
||||
application = get_asgi_application()
|
||||
|
|
|
|||
Loading…
Reference in a new issue