Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Sep 11, 2024
1 parent 8c90f48 commit 11d005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/s3_benchmarks/s3_benchmarks_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class S3ClientProps:
'crt-c': S3ClientProps(color=cloudwatch.Color.RED),
'crt-java': S3ClientProps(color=cloudwatch.Color.GREEN),
'sdk-java-client-crt': S3ClientProps(color=cloudwatch.Color.BROWN),
'sdk-java-tm-classic': S3ClientProps(color='#e6e6e6'), # light GREY
'sdk-java-tm-classic': S3ClientProps(color='#e6e6e6'), # light GREY
'sdk-java-tm-crt': S3ClientProps(color=cloudwatch.Color.GREY),
'crt-python': S3ClientProps(color=cloudwatch.Color.BLUE),
'cli-crt': S3ClientProps(color=cloudwatch.Color.PURPLE),
Expand Down

0 comments on commit 11d005b

Please sign in to comment.