We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a276d3 commit 5ec2db9Copy full SHA for 5ec2db9
contract-tests/images/applications/botocore/botocore_server.py
@@ -209,9 +209,7 @@ def _handle_kinesis_request(self) -> None:
209
set_main_status(404)
210
211
def _handle_bedrock_request(self) -> None:
212
- bedrock_client: BaseClient = boto3.client(
213
- "bedrock", endpoint_url=_AWS_SDK_ENDPOINT, region_name=_AWS_REGION
214
- )
+ bedrock_client: BaseClient = boto3.client("bedrock", endpoint_url=_AWS_SDK_ENDPOINT, region_name=_AWS_REGION)
215
bedrock_agent_client: BaseClient = boto3.client(
216
"bedrock-agent", endpoint_url=_AWS_SDK_ENDPOINT, region_name=_AWS_REGION
217
)
0 commit comments