Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 13, 2024
1 parent eeff780 commit bedd4d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/mongodb/tests/integration_tests/test_retrievers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ def example_documents() -> List[Document]:

@pytest.fixture(scope="module")
def embedding_openai() -> Embeddings:
from langchain_openai import OpenAIEmbeddings

if not os.environ.get("OPENAI_API_KEY"):
pytest.skip("test_retrievers expects OPENAI_API_KEY in os.environ")

Expand Down

0 comments on commit bedd4d6

Please sign in to comment.