Skip to content

Commit 5ec2db9

Browse files
committed
Apply lint.
1 parent 7a276d3 commit 5ec2db9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contract-tests/images/applications/botocore/botocore_server.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,7 @@ def _handle_kinesis_request(self) -> None:
209209
set_main_status(404)
210210

211211
def _handle_bedrock_request(self) -> None:
212-
bedrock_client: BaseClient = boto3.client(
213-
"bedrock", endpoint_url=_AWS_SDK_ENDPOINT, region_name=_AWS_REGION
214-
)
212+
bedrock_client: BaseClient = boto3.client("bedrock", endpoint_url=_AWS_SDK_ENDPOINT, region_name=_AWS_REGION)
215213
bedrock_agent_client: BaseClient = boto3.client(
216214
"bedrock-agent", endpoint_url=_AWS_SDK_ENDPOINT, region_name=_AWS_REGION
217215
)

0 commit comments

Comments
 (0)