Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Feb 22, 2024
1 parent d5e87bf commit 274767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/amazon_bedrock/tests/test_chat_bedrock.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import Optional, Type
from unittest.mock import MagicMock, patch

import pytest
from haystack.components.generators.utils import print_streaming_chunk
Expand All @@ -14,6 +13,7 @@

clazz = "haystack_integrations.components.generators.amazon_bedrock.chat.chat_generator.AmazonBedrockChatGenerator"


def test_to_dict(mock_boto3_session):
"""
Test that the to_dict method returns the correct dictionary without aws credentials
Expand Down

0 comments on commit 274767d

Please sign in to comment.