mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Fixing flake8 errors, this should be almost all of them!
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
__version__ = '2.2.0'
|
||||
|
||||
import os
|
||||
import sys
|
||||
import warnings
|
||||
|
||||
__version__ = '2.2.0'
|
||||
|
||||
__all__ = ['__version__']
|
||||
|
||||
# Check for the presence/absence of "devonly" module to determine if running
|
||||
|
||||
Reference in New Issue
Block a user