From 51c6f3381314c24c9cd4a170921efc5f200db46a Mon Sep 17 00:00:00 2001 From: Julian Risch Date: Fri, 29 Dec 2023 14:51:46 +0100 Subject: [PATCH] black --- integrations/amazon_bedrock/tests/test_amazon_bedrock.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/integrations/amazon_bedrock/tests/test_amazon_bedrock.py b/integrations/amazon_bedrock/tests/test_amazon_bedrock.py index f04dbd08f..a2a484340 100644 --- a/integrations/amazon_bedrock/tests/test_amazon_bedrock.py +++ b/integrations/amazon_bedrock/tests/test_amazon_bedrock.py @@ -300,9 +300,7 @@ def test_supports_for_no_aws_params(): @pytest.mark.unit def test_supports_for_unknown_model(): - supported = AmazonBedrockGenerator.supports( - model_name="unknown_model", aws_profile_name="some_real_profile" - ) + supported = AmazonBedrockGenerator.supports(model_name="unknown_model", aws_profile_name="some_real_profile") assert supported is False