Skip to content

Commit

Permalink
Remove var from serialization test
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-science committed Jan 15, 2025
1 parent 0ab5dc4 commit e4216b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrations/amazon_bedrock/tests/test_ranker.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def test_bedrock_ranker_serialization(mock_aws_session):
ranker = BedrockRanker(
model="cohere.rerank-v3-5:0",
top_k=2,
aws_region_name=Secret.from_env_var("AWS_REGION_NAME"),
)

serialized = ranker.to_dict()
Expand Down

0 comments on commit e4216b0

Please sign in to comment.