mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
PEP 8 E111 cleanup. (#20841)
This commit is contained in:
parent
462ab6b1db
commit
23f2efbc8d
7 changed files with 55 additions and 56 deletions
|
@ -119,13 +119,13 @@ result:
|
|||
'''
|
||||
|
||||
try:
|
||||
import json
|
||||
import time
|
||||
import botocore
|
||||
import boto3
|
||||
HAS_BOTO3 = True
|
||||
import json
|
||||
import time
|
||||
import botocore
|
||||
import boto3
|
||||
HAS_BOTO3 = True
|
||||
except ImportError:
|
||||
HAS_BOTO3 = False
|
||||
HAS_BOTO3 = False
|
||||
|
||||
def get_vgw_info(vgws):
|
||||
if not isinstance(vgws, list):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue