Skip to content

Commit 5469f25

Browse files
committed
ruff
1 parent 5026add commit 5469f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphrag/config/models/vector_store_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _validate_url(self) -> None:
4444
):
4545
msg = "vector_store.url is required when vector_store.type == azure_ai_search. Please rerun `graphrag init` and select the correct vector store type."
4646
raise ValueError(msg)
47-
47+
4848
if self.type == VectorStoreType.CosmosDB and (
4949
self.url is None or self.url.strip() == ""
5050
):

0 commit comments

Comments
 (0)