mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
lint on boto_sns
This commit is contained in:
parent
77f60fb9ca
commit
7df4bd1eb3
@ -42,10 +42,10 @@ log = logging.getLogger(__name__)
|
||||
|
||||
# Import third party libs
|
||||
try:
|
||||
# pylint: disable=import-error
|
||||
#pylint: disable=import-error
|
||||
import boto
|
||||
import boto.sns
|
||||
# pylint: enable=import-error
|
||||
#pylint: enable=import-error
|
||||
logging.getLogger('boto').setLevel(logging.CRITICAL)
|
||||
HAS_BOTO = True
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user