We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyright/pylance
3.12
latest
On behalf of @rafrafek - #3869 (comment)
I have found another line causing problems when using Pyright in the strict mode:
Type of "append_keys" is "(**additional_keys: Unknown)
powertools-lambda-python/aws_lambda_powertools/logging/logger.py
Line 583 in a0141ed
Do you know what type it should be annotated?
from aws_lambda_powertools import Logger from aws_lambda_powertools.utilities.typing import LambdaContext logger = Logger() logger.append_keys(test="a")
No response
The text was updated successfully, but these errors were encountered:
This issue is now closed. Please be mindful that future comments are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Static type checker used
pyright/pylance
AWS Lambda function runtime
3.12
Powertools for AWS Lambda (Python) version
latest
Static type checker info
On behalf of @rafrafek - #3869 (comment)
I have found another line causing problems when using Pyright in the strict mode:
powertools-lambda-python/aws_lambda_powertools/logging/logger.py
Line 583 in a0141ed
Do you know what type it should be annotated?
Code snippet
Possible Solution
No response
The text was updated successfully, but these errors were encountered: