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:
commit
f063aafeeb
1 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue