We now that boto3 is not used in this module

This commit is contained in:
Nicolas Delaby 2016-06-06 15:56:17 +02:00
parent 5603deb72e
commit 9ad99c6816

View File

@ -66,7 +66,7 @@ try:
import boto.ec2.blockdevicemapping as blockdevicemapping
import boto.ec2.autoscale as autoscale
logging.getLogger('boto').setLevel(logging.CRITICAL)
import boto3
import boto3 # pylint: disable=import-error
from botocore.exceptions import ClientError
logging.getLogger('boto3').setLevel(logging.CRITICAL)
HAS_BOTO = True