Skip to content

Commit 6cf86a9

Browse files
committed
fix: re-add None return type
1 parent f24ebcd commit 6cf86a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: layer/layer/layer_stack.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(
3939
powertools_version: str,
4040
architecture: Optional[Architecture] = None,
4141
**kwargs
42-
):
42+
) -> None:
4343
super().__init__(scope, construct_id, **kwargs)
4444

4545
layer = LambdaPowertoolsLayer(

0 commit comments

Comments
 (0)