mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
Fixed precommit lint issues
This commit is contained in:
parent
4277e24661
commit
ae99ceae69
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,6 @@ import httpx
|
||||||
|
|
||||||
from llama_models.datatypes import Model
|
from llama_models.datatypes import Model
|
||||||
from llama_models.sku_list import LlamaDownloadInfo
|
from llama_models.sku_list import LlamaDownloadInfo
|
||||||
|
|
||||||
from llama_stack.cli.subcommand import Subcommand
|
|
||||||
from pydantic import BaseModel, ConfigDict
|
from pydantic import BaseModel, ConfigDict
|
||||||
|
|
||||||
from rich.console import Console
|
from rich.console import Console
|
||||||
|
@ -34,6 +32,8 @@ from rich.progress import (
|
||||||
)
|
)
|
||||||
from termcolor import cprint
|
from termcolor import cprint
|
||||||
|
|
||||||
|
from llama_stack.cli.subcommand import Subcommand
|
||||||
|
|
||||||
|
|
||||||
class Download(Subcommand):
|
class Download(Subcommand):
|
||||||
"""Llama cli for downloading llama toolchain assets"""
|
"""Llama cli for downloading llama toolchain assets"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue