1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #8119 from adamchainz/devel

Fix indentation in ec2.py
This commit is contained in:
Chris Church 2014-07-14 18:09:50 -04:00
commit f063aafeeb

View file

@ -298,7 +298,7 @@ class Ec2Inventory(object):
sys.exit(1)
def get_rds_instances_by_region(self, region):
''' Makes an AWS API call to the list of RDS instances in a particular
''' Makes an AWS API call to the list of RDS instances in a particular
region '''
try: