diff options
author | James Laska <jlaska@ansible.com> | 2015-05-20 21:26:44 +0200 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2015-05-21 02:33:22 +0200 |
commit | 7064c9bed45ed5be0f2f51ed18137d981a92d697 (patch) | |
tree | b36c4029f523123f47b7123aa22cb53b2ba27296 /config | |
parent | System tracking is off if there is no license. (diff) | |
download | awx-7064c9bed45ed5be0f2f51ed18137d981a92d697.tar.xz awx-7064c9bed45ed5be0f2f51ed18137d981a92d697.zip |
Additional flake8 cleanup
The flake8 command was identifying several warnings and errors. This change
addresses the flake8 warnings and updates the setup.cfg with additional
exclusions. If accepted, jenkins will be updated to use the flake8 command,
rather than using the django_jenkins plugin. This will expedite jenkins
testing.
Diffstat (limited to 'config')
-rw-r--r-- | config/wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/wsgi.py b/config/wsgi.py index d517e2385a..9999eb08c8 100644 --- a/config/wsgi.py +++ b/config/wsgi.py @@ -1 +1 @@ -from awx.wsgi import application +from awx.wsgi import application # NOQA |