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
Hi, please see full description of unexpected behaviour and possible bug location identified by Microsoft here:
microsoft/pylance-release#3270
Thank you!
The text was updated successfully, but these errors were encountered:
meant to say pylance/pyright is expecting NotImplementedError
NotImplementedError
https://github.com/microsoft/pyright/blob/main/docs/type-inference.md#noreturn-return-type
Sorry, something went wrong.
alternatively you could annotate the return type to prevent inferencing. ie. -> None on def applyStateChanges
-> None
def applyStateChanges
@natajacks @bschnurr This repository is only a mirror and not maintained by the reportlab team. Please describe your issue here if your problem still persists: https://groups.google.com/g/reportlab-users
No branches or pull requests
Hi, please see full description of unexpected behaviour and possible bug location identified by Microsoft here:
microsoft/pylance-release#3270
Thank you!
The text was updated successfully, but these errors were encountered: