From 49a7860aa5d98171e4c0fd8f7914e815cb889919 Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Wed, 19 Jun 2024 13:17:38 +0000 Subject: [PATCH] Apply Ruff formatting --- src/backend/base/langflow/components/vectorstores/Chroma.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/base/langflow/components/vectorstores/Chroma.py b/src/backend/base/langflow/components/vectorstores/Chroma.py index a11af33aa..ef709b593 100644 --- a/src/backend/base/langflow/components/vectorstores/Chroma.py +++ b/src/backend/base/langflow/components/vectorstores/Chroma.py @@ -145,7 +145,6 @@ class ChromaVectorStoreComponent(LCVectorStoreComponent): self.status = "" return - _stored_documents_without_id = [] if self.allow_duplicates: stored_data = []