mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
precommit
This commit is contained in:
parent
703a20c3bc
commit
6eb5f2a865
1 changed files with 2 additions and 1 deletions
|
@ -9,10 +9,11 @@ from enum import Enum
|
|||
from typing import List
|
||||
|
||||
import pkg_resources
|
||||
from llama_stack.distribution.utils.exec import run_with_pty
|
||||
from pydantic import BaseModel
|
||||
from termcolor import cprint
|
||||
|
||||
from llama_stack.distribution.utils.exec import run_with_pty
|
||||
|
||||
from llama_stack.distribution.datatypes import * # noqa: F403
|
||||
from pathlib import Path
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue