From 023a6402529402f2f09c87a86bf5275d8ca28f52 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 20 Aug 2024 11:41:34 -0500 Subject: [PATCH] lint --- .../deploy/webapp/undeploy_webapp_from_registry.py | 2 +- stack_orchestrator/deploy/webapp/util.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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