mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
We now that boto3 is not used in this module
This commit is contained in:
parent
5603deb72e
commit
9ad99c6816
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user