From 2364924a5997d73f78c15ca6aef535e2e10915fd Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 21 Jun 2024 19:24:33 -0600 Subject: [PATCH] Fix mainnet laconic deploy setup --- .../data/stacks/mainnet-laconic/deploy/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stack_orchestrator/data/stacks/mainnet-laconic/deploy/commands.py b/stack_orchestrator/data/stacks/mainnet-laconic/deploy/commands.py index b611a0d6..40cc65e4 100644 --- a/stack_orchestrator/data/stacks/mainnet-laconic/deploy/commands.py +++ b/stack_orchestrator/data/stacks/mainnet-laconic/deploy/commands.py @@ -14,7 +14,8 @@ # along with this program. If not, see . from stack_orchestrator.util import get_yaml -from stack_orchestrator.deploy.deploy_types import DeployCommandContext, LaconicStackSetupCommand, DeploymentContext +from stack_orchestrator.deploy.deploy_types import DeployCommandContext, LaconicStackSetupCommand +from stack_orchestrator.deploy.deployment_context import DeploymentContext from stack_orchestrator.deploy.stack_state import State from stack_orchestrator.deploy.deploy_util import VolumeMapping, run_container_command from stack_orchestrator.command_types import CommandOptions