Suppress import ordering style error

This commit is contained in:
Brian Helba 2021-10-25 09:34:42 -04:00 committed by GitHub
parent 6a4a620891
commit 7c9ac5e53f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()