Skip to content

Commit 24099d3

Browse files
committed
mypy
1 parent 4ca4e2d commit 24099d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/bedrock_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(
4141
def is_json(self) -> bool:
4242
return self.content_type == "application/json"
4343

44-
def to_dict(self) -> dict:
44+
def to_dict(self) -> dict[str, Any]:
4545
return {
4646
"body": self.body,
4747
"status_code": self.status_code,

0 commit comments

Comments
 (0)