Skip to content

Commit a9ee95e

Browse files
committed
fix linting error
1 parent 14646bd commit a9ee95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/proxy/vector_stores/endpoints.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def new_vector_store(
7777
)
7878

7979
new_vector_store: LiteLLM_ManagedVectorStore = LiteLLM_ManagedVectorStore(
80-
_new_vector_store.model_dump()
80+
**_new_vector_store.model_dump()
8181
)
8282

8383
# Add vector store to registry

0 commit comments

Comments
 (0)