Skip to content

Commit ac1825a

Browse files
committed
mypy
1 parent 7286588 commit ac1825a

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)