Skip to content

Commit

Permalink
syncing from main
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraeber committed Nov 6, 2023
1 parent d3ece57 commit 1066b2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/sensor-extraction/ros-to-png/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def __init__(
self,
scope: Construct,
id: str,
*,
deployment_name: str,
module_name: str,
s3_access_policy: str,
Expand All @@ -34,8 +33,8 @@ def __init__(
memory_limit_mib: int,
resized_width: int,
resized_height: int,
removal_policy: RemovalPolicy = RemovalPolicy.DESTROY,
stack_description: str,
removal_policy: RemovalPolicy = RemovalPolicy.DESTROY,
**kwargs: Any,
) -> None:
super().__init__(
Expand Down

0 comments on commit 1066b2e

Please sign in to comment.