fix: Incorrect import path for print_subcommand_description()

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2025-02-27 21:41:08 -05:00
parent f4df3a76d9
commit ef9233ecd6
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ import argparse
from .download import Download from .download import Download
from .model import ModelParser from .model import ModelParser
from .stack import StackParser from .stack import StackParser
from .utils import print_subcommand_description from .stack.utils import print_subcommand_description
from .verify_download import VerifyDownload from .verify_download import VerifyDownload