lint on boto_sns

This commit is contained in:
Matthew Williams 2015-04-14 20:15:03 +00:00
parent 77f60fb9ca
commit 7df4bd1eb3

View File

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