Skip to content

Commit

Permalink
chore: minor typing correction that cpython didn't have
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Nov 21, 2023
1 parent 59e3d72 commit 62b4afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_lambda_powertools/logging/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def exception(
self,
msg: object,
*args,
exc_info=True,
exc_info: logging._ExcInfoType = True,
stack_info: bool = False,
stacklevel: int = 2,
extra: Optional[Mapping[str, object]] = None,
Expand Down

0 comments on commit 62b4afd

Please sign in to comment.