PEP 8 E111 cleanup. (#20841)

This commit is contained in:
Matt Clay 2017-01-30 18:03:13 -08:00 committed by GitHub
parent 462ab6b1db
commit 23f2efbc8d
7 changed files with 55 additions and 56 deletions

View file

@ -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):