From 2f39443ce7fbcad1e5fed41087ca682823f1803e Mon Sep 17 00:00:00 2001 From: Cameron Showalter Date: Sat, 12 Oct 2024 17:34:10 -0800 Subject: [PATCH] Added more-correct type hint to dashboard_widgets --- ContainerManager/leaf_stack/NestedStacks/Container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContainerManager/leaf_stack/NestedStacks/Container.py b/ContainerManager/leaf_stack/NestedStacks/Container.py index 2caa573..c616064 100644 --- a/ContainerManager/leaf_stack/NestedStacks/Container.py +++ b/ContainerManager/leaf_stack/NestedStacks/Container.py @@ -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)