Skip to content

Commit 70e7b1c

Browse files
committed
Fix formatting
1 parent ad2ba2c commit 70e7b1c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

aws_lambda_powertools/utilities/parser/models/s3_event_notification.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
from aws_lambda_powertools.utilities.parser.models.s3 import S3Model
66
from aws_lambda_powertools.utilities.parser.models.sqs import SqsRecordModel, SqsModel
7-
7+
8+
89
class SqsS3EventNotificationRecordModel(SqsRecordModel):
9-
body: Json[S3Model]
10+
body: Json[S3Model]
11+
1012

1113
class SqsS3EventNotificationModel(SqsModel):
12-
Records: List[SqsS3EventNotificationRecordModel]
14+
Records: List[SqsS3EventNotificationRecordModel]

0 commit comments

Comments
 (0)