Skip to content

Commit 411bbea

Browse files
committed
Fix Syntax
1 parent d9962cd commit 411bbea

File tree

1 file changed

+1
-1
lines changed
  • aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/lambda/src

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/lambda/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def create_maintenance_window(params: dict, account_id: str, regions: list) -> d
147147
return {"window1_ids": window1_ids, "window2_ids": window2_ids, "window3_ids": window3_ids}
148148

149149

150-
def define_mw_targets(params: dict, window1_id_response: list, window2_id_response: list, window3_id_response: list, account_id: str) -> dict[str,list]
150+
def define_mw_targets(params: dict, window1_id_response: list, window2_id_response: list, window3_id_response: list, account_id: str) -> dict[str,list]:
151151
"""Define Maintenance Window Targets.
152152
153153
Args:

0 commit comments

Comments
 (0)