Fix lint error
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 38s
Smoke Test / Run basic test suite (pull_request) Successful in 4m32s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m14s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m28s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m56s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 38s
Smoke Test / Run basic test suite (pull_request) Successful in 4m32s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m14s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m28s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m56s
This commit is contained in:
parent
f4d59c6ee3
commit
8c0865ca10
@ -16,7 +16,7 @@
|
|||||||
import os
|
import os
|
||||||
from typing import List, Any
|
from typing import List, Any
|
||||||
from stack_orchestrator.deploy.deploy_types import DeployCommandContext, VolumeMapping
|
from stack_orchestrator.deploy.deploy_types import DeployCommandContext, VolumeMapping
|
||||||
from stack_orchestrator.util import get_parsed_stack_config, get_yaml, get_internal_compose_file_dir, get_pod_list, resolve_compose_file
|
from stack_orchestrator.util import get_parsed_stack_config, get_yaml, get_pod_list, resolve_compose_file
|
||||||
from stack_orchestrator.opts import opts
|
from stack_orchestrator.opts import opts
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user