mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Make flake8 happy
This commit is contained in:
committed by
Chris Meyers
parent
d30605d82d
commit
853c2b09ee
@@ -8,7 +8,7 @@ from awx import __version__ as tower_version
|
|||||||
from awx import prepare_env
|
from awx import prepare_env
|
||||||
prepare_env()
|
prepare_env()
|
||||||
|
|
||||||
from django.core.wsgi import get_wsgi_application
|
from django.core.wsgi import get_wsgi_application # NOQA
|
||||||
|
|
||||||
"""
|
"""
|
||||||
WSGI config for AWX project.
|
WSGI config for AWX project.
|
||||||
|
|||||||
Reference in New Issue
Block a user