Skip to content

Commit ced65c4

Browse files
committed
Add blank lines for improved readability in cloudprefix.services.py
1 parent 9b8dd55 commit ced65c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/services/aws/cloudprefix.services.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def fetch_event_data_stores(config, output_file):
108108
with open(output_file, 'w') as f:
109109
json.dump(event_data_stores_data, f, indent=4)
110110

111+
111112
def fetch_insights_selectors(config, output_file):
112113
"""
113114
Fetch insight selectors for all trails in the specified region and save the data to a file.
@@ -150,6 +151,8 @@ def fetch_insights_selectors(config, output_file):
150151
print(f"Error occurred while fetching insights: {e}")
151152

152153

154+
155+
153156
def fetch_cloudtrail_tags(config, output_file):
154157
trails_data = run_command(['aws', 'cloudtrail', 'list-trails', '--region', config['region'], '--output', 'json'])
155158
tags_data = []

0 commit comments

Comments
 (0)