Skip to content

Commit 919e057

Browse files
Fix styles
1 parent 5c97200 commit 919e057

File tree

1 file changed

+1
-2
lines changed
  • aws_lambda_powertools/utilities/parser/models

1 file changed

+1
-2
lines changed

aws_lambda_powertools/utilities/parser/models/sns.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ class SnsNotificationModel(BaseModel):
108108
SignatureVersion: Optional[str] = Field(
109109
default=None,
110110
description=(
111-
"Version of the Amazon SNS signature used. "
112-
"Not present for FIFO topics with content-based deduplication."
111+
"Version of the Amazon SNS signature used. Not present for FIFO topics with content-based deduplication."
113112
),
114113
examples=["1", "2", None],
115114
) # NOTE: FIFO opt-in removes attribute

0 commit comments

Comments
 (0)