mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix infrequent PEP 8 issues.
This commit is contained in:
parent
13fc909058
commit
63b1e0c277
31 changed files with 41 additions and 50 deletions
|
@ -148,7 +148,7 @@ def main():
|
|||
|
||||
module = AnsibleModule(argument_spec=argument_spec, supports_check_mode=True)
|
||||
|
||||
# Validate Requirements
|
||||
# Validate Requirements
|
||||
if not HAS_BOTO3:
|
||||
module.fail_json(msg='json and boto3 is required.')
|
||||
|
||||
|
@ -160,7 +160,7 @@ def main():
|
|||
|
||||
# call your function here
|
||||
results = list_virtual_gateways(connection, module)
|
||||
|
||||
|
||||
module.exit_json(result=results)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue