mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Run flake8 on the AWX collection in CI
This commit is contained in:
@@ -89,8 +89,6 @@ EXAMPLES = '''
|
||||
- http://tower.com/api/v2/
|
||||
'''
|
||||
|
||||
import time
|
||||
|
||||
from ..module_utils.controller_api import ControllerAPIModule
|
||||
|
||||
|
||||
@@ -129,9 +127,6 @@ def main():
|
||||
# If the state was absent we can let the module delete it if needed, the module will handle exiting from this
|
||||
module.delete_if_needed(application)
|
||||
|
||||
# Attempt to look up associated field items the user specified.
|
||||
association_fields = {}
|
||||
|
||||
# Create the data that gets sent for create and update
|
||||
application_fields = {
|
||||
'name': name,
|
||||
|
||||
Reference in New Issue
Block a user