Skip to content

Commit f35db48

Browse files
committed
Fix
1 parent c8a0771 commit f35db48

File tree

1 file changed

+1
-1
lines changed
  • aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/lambda/src

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/lambda/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def parameter_pattern_validator(parameter_name: str, parameter_value: str, patte
463463
# noqa: CFQ001, CCR001
464464
def get_validated_parameters(
465465
event: CloudFormationCustomResourceEvent,
466-
) -> dict: # noqa: CCR001 (cognitive complexity), CFQ001
466+
) -> dict: # noqa: CCR001, CFQ001
467467
"""Validate AWS CloudFormation parameters.
468468
469469
Args:

0 commit comments

Comments
 (0)