Skip to content

Commit

Permalink
update: adding langchain-elasticsearch dependency (ruff format fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoguilhermeS committed Sep 24, 2024
1 parent 84017d9 commit d34752c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
check_cached_vector_store,
)
from langflow.io import (
BoolInput,
BoolInput, # noqa: F401
DataInput,
HandleInput,
IntInput,
Expand All @@ -18,7 +18,7 @@
SecretStrInput,
)
from langflow.schema import Data
import traceback
import traceback # noqa: F401

if TYPE_CHECKING:
from langchain_elasticsearch import ElasticsearchStore
Expand Down

0 comments on commit d34752c

Please sign in to comment.