From 5198f2d3ccf3d34a5c43abf316c5e37b6a1309b0 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 7 Feb 2024 14:03:04 -0600 Subject: [PATCH] flake8 --- .../deploy/webapp/undeploy_webapp_from_registry.py | 1 - stack_orchestrator/deploy/webapp/util.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py index 14e995ff..a01b75b3 100644 --- a/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py @@ -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: diff --git a/stack_orchestrator/deploy/webapp/util.py b/stack_orchestrator/deploy/webapp/util.py index e4828202..6cdec448 100644 --- a/stack_orchestrator/deploy/webapp/util.py +++ b/stack_orchestrator/deploy/webapp/util.py @@ -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 \ No newline at end of file + return False