Skip to content

Commit

Permalink
Fixed liniting.
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins committed May 8, 2024
1 parent fe7ad44 commit 6b49042
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/aws/tests/unit_tests/retrievers/test_bedrock.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# type: ignore

from unittest.mock import MagicMock

import pytest
from langchain_community.retrievers import AmazonKnowledgeBasesRetriever
from langchain_core.documents import Document

from langchain_aws.retrievers import AmazonKnowledgeBasesRetriever


@pytest.fixture
def mock_client():
Expand Down

0 comments on commit 6b49042

Please sign in to comment.