flake8
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 52s
Webapp Test / Run webapp test suite (pull_request) Successful in 3m9s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m35s
Smoke Test / Run basic test suite (pull_request) Successful in 3m26s

This commit is contained in:
Thomas E Lackey 2024-02-07 14:03:04 -06:00
parent 06c730a508
commit 5198f2d3cc
2 changed files with 1 additions and 2 deletions

View File

@ -155,7 +155,6 @@ def command(ctx, laconic_config, deployment_parent_dir,
# Find removal requests.
removals_by_deployment = {}
skipped_by_deployment = {}
removals_by_request = {}
for r in laconic.app_deployment_removals():
if r.attributes.deployment:

View File

@ -362,4 +362,4 @@ def skip_by_tag(r, include_tags, exclude_tags):
if tag and (not r.attributes.tags or tag not in r.attributes.tags):
return True
return False
return False