Skip to content

Commit 523435c

Browse files
Update aws_lambda_powertools/utilities/data_classes/kinesis_stream_event.py
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: kiitosu <[email protected]>
1 parent bff39f0 commit 523435c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/data_classes/kinesis_stream_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def window(self) -> KinesisStreamWindow:
131131
return KinesisStreamWindow(self["window"])
132132

133133
@property
134-
def state(self) -> dict:
134+
def state(self) -> dict[str, Any]:
135135
return self["state"]
136136

137137
@property

0 commit comments

Comments
 (0)