mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
boto_*: another attempt at making lint happy
This commit is contained in:
parent
d42325dda2
commit
709ae7eeb5
@ -34,7 +34,7 @@ Connection module for Amazon Autoscale Groups
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
@ -24,7 +24,7 @@
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -34,7 +34,7 @@ Connection module for Amazon CloudWatch
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -33,7 +33,7 @@ Connection module for Amazon DynamoDB
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
@ -35,7 +35,7 @@ Connection module for Amazon EC2
|
||||
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
@ -34,7 +34,7 @@ Connection module for Amazon Elasticache
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -34,7 +34,7 @@ Connection module for Amazon ELB
|
||||
:depends: boto >= 2.33.0
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -29,7 +29,7 @@ Connection module for Amazon IAM
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -34,7 +34,7 @@ Connection module for Amazon RDS
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -34,7 +34,7 @@ Connection module for Amazon Route53
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -34,7 +34,7 @@ Connection module for Amazon Security Groups
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -32,7 +32,7 @@ Connection module for Amazon SNS
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -34,7 +34,7 @@ Connection module for Amazon SQS
|
||||
:depends: boto
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
@ -35,7 +35,7 @@ Connection module for Amazon VPC
|
||||
|
||||
'''
|
||||
# keep lint from choking on _get_conn and _cache_id
|
||||
#pylint disable=F821
|
||||
#pylint disable=E0602
|
||||
|
||||
# Import Python libs
|
||||
from __future__ import absolute_import
|
||||
|
Loading…
Reference in New Issue
Block a user