forked from phoenix-oss/llama-stack-mirror
fix: Incorrect import path for print_subcommand_description() (#1315)
# What does this PR do? [Provide a short summary of what this PR does and why. Link to relevant issues if applicable.] [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## 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
f4df3a76d9
commit
a9f5c5bfca
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import argparse
|
|||
from .download import Download
|
||||
from .model import ModelParser
|
||||
from .stack import StackParser
|
||||
from .utils import print_subcommand_description
|
||||
from .stack.utils import print_subcommand_description
|
||||
from .verify_download import VerifyDownload
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue