Skip to content

Commit

Permalink
style: format code with ruff
Browse files Browse the repository at this point in the history
format code with ruff
  • Loading branch information
2284730142 committed Jan 28, 2025
1 parent 4feae5e commit bc77440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_bedrock_client(service_name: str, credentials: Mapping[str, str]):
config=client_config,
aws_access_key_id=aws_access_key_id,
aws_secret_access_key=aws_secret_access_key,
**({"endpoint_url": bedrock_endpoint_url} if bedrock_endpoint_url else {})
**({"endpoint_url": bedrock_endpoint_url} if bedrock_endpoint_url else {}),
)
else:
# use iam without aksk to call
Expand Down

0 comments on commit bc77440

Please sign in to comment.