Fix indentation in ec2.py

This commit is contained in:
Adam Chainz 2014-07-14 10:59:17 +01:00
parent 8a6cfa1a23
commit 13a5993a49

View file

@ -298,7 +298,7 @@ class Ec2Inventory(object):
sys.exit(1) sys.exit(1)
def get_rds_instances_by_region(self, region): 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 ''' region '''
try: try: