Skip to content

Commit

Permalink
Added more-correct type hint to dashboard_widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze committed Oct 13, 2024
1 parent 465c1c0 commit 2f39443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ContainerManager/leaf_stack/NestedStacks/Container.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
leaf_construct_id: str,
container_id: str,
container_config: dict,
dashboard_widgets: list,
dashboard_widgets: list[tuple[int, cloudwatch.IWidget]],
**kwargs
) -> None:
super().__init__(scope, "ContainerNestedStack", **kwargs)
Expand Down

0 comments on commit 2f39443

Please sign in to comment.