Skip to content

Commit f227cc6

Browse files
committed
chore: attempt 2
1 parent 4442ec3 commit f227cc6

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/data_classes

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/s3_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def bucket(self) -> S3EventNotificationEventBridgeBucket:
6464
return S3EventNotificationEventBridgeBucket(self["bucket"])
6565

6666
@property
67-
def object(self) -> S3EventBridgeNotificationObject: # noqa: A003 # ignore shadowing built-in grammar
67+
def object(self) -> S3EventBridgeNotificationObject: # noqa: A003
6868
"""Get the request-id for the S3 notification"""
6969
return S3EventBridgeNotificationObject(self["object"])
7070

0 commit comments

Comments
 (0)