Open natajacks opened 2 years ago
meant to say pylance/pyright is expecting NotImplementedError
https://github.com/microsoft/pyright/blob/main/docs/type-inference.md#noreturn-return-type
alternatively you could annotate the return type to prevent inferencing. ie. -> None
on 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
Hi, please see full description of unexpected behaviour and possible bug location identified by Microsoft here:
https://github.com/microsoft/pylance-release/issues/3270
Thank you!