Skip to content

Commit 8140ae5

Browse files
Fix styles
1 parent 919e057 commit 8140ae5

File tree

1 file changed

+4
-4
lines changed
  • aws_lambda_powertools/utilities/parser/models

1 file changed

+4
-4
lines changed

aws_lambda_powertools/utilities/parser/models/sns.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ class SnsNotificationModel(BaseModel):
3535
description="A URL that you can use to unsubscribe the endpoint from this topic.",
3636
examples=[
3737
(
38-
"https://sns.us-east-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn="
39-
"arn:aws:sns:us-east-2:123456789012:test-lambda:21be56ed-a058-49f5-8c98-aedd2564c486"
38+
"https://sns.us-east-2.amazonaws.com/?Action=Unsubscribe&SubscriptionArn= \
39+
arn:aws:sns:us-east-2:123456789012:test-lambda:21be56ed-a058-49f5-8c98-aedd2564c486"
4040
),
4141
(
42-
"https://sns.eu-west-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn="
43-
"arn:aws:sns:eu-west-1:123456789012:notification-topic:abcd1234-5678-90ef-ghij-klmnopqrstuv"
42+
"https://sns.eu-west-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn= \
43+
arn:aws:sns:eu-west-1:123456789012:notification-topic:abcd1234-5678-90ef-ghij-klmnopqrstuv"
4444
),
4545
],
4646
)

0 commit comments

Comments
 (0)