Fix indentation in ec2.py

pull/8119/head
Adam Chainz 11 years ago
parent 8a6cfa1a23
commit 13a5993a49

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

Loading…
Cancel
Save