mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Fix formatting issues via pre-commit hooks
This commit is contained in:
parent
6f2e8fcb82
commit
f3a3461271
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ class MilvusVectorIOConfig(BaseModel):
|
||||||
uri: str
|
uri: str
|
||||||
token: str | None = None
|
token: str | None = None
|
||||||
consistency_level: str = "Strong"
|
consistency_level: str = "Strong"
|
||||||
|
|
||||||
model_config = ConfigDict(extra='allow')
|
model_config = ConfigDict(extra="allow")
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
||||||
def sample_run_config(cls, __distro_dir__: str, **kwargs: Any) -> Dict[str, Any]:
|
def sample_run_config(cls, __distro_dir__: str, **kwargs: Any) -> Dict[str, Any]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue