Skip to content

Commit dba9d0e

Browse files
committed
flake8 issue
1 parent 9b01f3f commit dba9d0e

File tree

1 file changed

+1
-1
lines changed
  • aws_sra_examples/solutions/genai/bedrock_org/lambda/rules/sra_bedrock_check_kb_logging

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/genai/bedrock_org/lambda/rules/sra_bedrock_check_kb_logging/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
sts_client = boto3.client("sts", region_name=AWS_REGION)
3131

3232

33-
def check_kb_logging(kb_id: str) -> Tuple[bool, Optional[str]]:
33+
def check_kb_logging(kb_id: str) -> Tuple[bool, Optional[str]]: # noqa: CCR001
3434
"""Check if knowledge base has CloudWatch logging enabled.
3535
3636
Args:

0 commit comments

Comments
 (0)