diff --git a/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py b/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py index 94a53e47..3580e5ca 100644 --- a/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py +++ b/stack_orchestrator/deploy/webapp/undeploy_webapp_from_registry.py @@ -160,7 +160,7 @@ def dump_known_requests(filename, requests): default="", ) @click.pass_context -def command( +def command( # noqa: C901 ctx, laconic_config, deployment_parent_dir, diff --git a/stack_orchestrator/deploy/webapp/util.py b/stack_orchestrator/deploy/webapp/util.py index f8b4ad01..67cfb807 100644 --- a/stack_orchestrator/deploy/webapp/util.py +++ b/stack_orchestrator/deploy/webapp/util.py @@ -22,8 +22,6 @@ import subprocess import sys import tempfile import uuid -from typing import final - import yaml