From 274767df09823513814d0260c936a2a260ba9b20 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 22 Feb 2024 10:27:20 +0100 Subject: [PATCH] lint --- integrations/amazon_bedrock/tests/test_chat_bedrock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/amazon_bedrock/tests/test_chat_bedrock.py b/integrations/amazon_bedrock/tests/test_chat_bedrock.py index 52b683c7f..0f7bced89 100644 --- a/integrations/amazon_bedrock/tests/test_chat_bedrock.py +++ b/integrations/amazon_bedrock/tests/test_chat_bedrock.py @@ -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 @@ -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