From e1ac068a212f0d0bff15789794dbd88111a64690 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 23 Aug 2023 15:01:28 -0600 Subject: [PATCH] Lint fixes --- app/data/stacks/test/deploy/commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/data/stacks/test/deploy/commands.py b/app/data/stacks/test/deploy/commands.py index 0241f33c..dba4e0c4 100644 --- a/app/data/stacks/test/deploy/commands.py +++ b/app/data/stacks/test/deploy/commands.py @@ -14,10 +14,9 @@ # along with this program. If not, see . from app.util import get_yaml -from app.deploy_types import DeployCommandContext, DeploymentContext +from app.deploy_types import DeployCommandContext from app.stack_state import State from app.deploy_util import VolumeMapping, run_container_command -import os from pathlib import Path default_spec_file_content = """config: