Skip to content

Commit

Permalink
Fix Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-amz committed May 29, 2024
1 parent d9962cd commit 411bbea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def create_maintenance_window(params: dict, account_id: str, regions: list) -> d
return {"window1_ids": window1_ids, "window2_ids": window2_ids, "window3_ids": window3_ids}


def define_mw_targets(params: dict, window1_id_response: list, window2_id_response: list, window3_id_response: list, account_id: str) -> dict[str,list]
def define_mw_targets(params: dict, window1_id_response: list, window2_id_response: list, window3_id_response: list, account_id: str) -> dict[str,list]:
"""Define Maintenance Window Targets.
Args:
Expand Down

0 comments on commit 411bbea

Please sign in to comment.