mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Make flake8 happy
This commit is contained in:
parent
f325b02c66
commit
6d4c6e2303
@ -8,7 +8,7 @@ from awx import __version__ as tower_version
|
||||
from awx import 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.
|
||||
|
Loading…
Reference in New Issue
Block a user