forked from phoenix-oss/llama-stack-mirror
fix: Incorrect import path for print_subcommand_description() (#1314)
# What does this PR do? Missed this one additional import in https://github.com/meta-llama/llama-stack/pull/1313 ## Test Plan [Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] [//]: # (## Documentation) Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
3567274183
commit
f4df3a76d9
1 changed files with 1 additions and 1 deletions
|
@ -7,8 +7,8 @@
|
|||
import argparse
|
||||
from importlib.metadata import version
|
||||
|
||||
from llama_stack.cli.stack.utils import print_subcommand_description
|
||||
from llama_stack.cli.subcommand import Subcommand
|
||||
from llama_stack.cli.utils import print_subcommand_description
|
||||
|
||||
from .build import StackBuild
|
||||
from .list_apis import StackListApis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue