Skip to content

Commit 55390cf

Browse files
committed
Remove unused min_age parameter from clean_specs function in env_cleaner.py
1 parent 1737b63 commit 55390cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

env_cleaner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ def clean_env(
188188
should_clean_products=args["--products"],
189189
sandboxes_only=args["--sandbox-only"],
190190
dry_run=args["--dry-run"],
191-
min_age=args["--min-age"],
192191
undeploy_only=args["--undeploy-only"],
193192
respect_prs=args["--respect-prs"],
194193
)

0 commit comments

Comments
 (0)