mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
fix: Incorrect import path for print_subcommand_description()
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
f4df3a76d9
commit
ef9233ecd6
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