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
|
@ -17,7 +17,7 @@ class MilvusVectorIOConfig(BaseModel):
|
|||
token: str | None = None
|
||||
consistency_level: str = "Strong"
|
||||
|
||||
model_config = ConfigDict(extra='allow')
|
||||
model_config = ConfigDict(extra="allow")
|
||||
|
||||
@classmethod
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue