Skip to content

Commit d4e90c4

Browse files
committed
fix pre-commit
1 parent 1be9b48 commit d4e90c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/eks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
custom_eks_ami = Ref(template.add_parameter(
109109
Parameter(
110110
"CustomEKSAMI",
111-
Description="Custom AMI ID for the EKS node group. It is recommended not to set this value, as AWS will automatically select the most optimized image when CustomAMIImageType is specified.",
111+
Description="Custom AMI ID for the EKS node group. It is recommended not to set this value, as AWS will automatically select the most optimized image when CustomAMIImageType is specified.", # noqa
112112
Type="String",
113113
Default="",
114114
),

0 commit comments

Comments
 (0)