Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 6, 2024
1 parent 6469ef0 commit 2010b48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/mongodb/tests/integration_tests/test_retrievers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
from langchain_mongodb import MongoDBAtlasVectorSearch
from langchain_mongodb.index import (
create_fulltext_search_index,
create_vector_search_index,
_wait_for_predicate,
_is_index_ready
create_vector_search_index
)
from langchain_mongodb.retrievers import (
MongoDBAtlasFullTextSearchRetriever,
Expand Down

0 comments on commit 2010b48

Please sign in to comment.