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:
Yuan Tang 2025-02-27 21:50:41 -05:00 committed by GitHub
parent f4df3a76d9
commit a9f5c5bfca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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