Type checker errors
adsharma opened this issue · 2 comments
adsharma commented
I used pyright and it reported the following errors
andreas-abel commented
Thanks. The first two errors can be avoided by following the installation instructions in the README (in particular, "pip3 install plotly"). Many of the other errors appear to be false positives.
adsharma commented
That's a large list of errors from a type checker - some of which may be real issues (like forgetting to check for none or detection of paths where a certain variable may not be initialized).
Also some low hanging fruit:
uiCA.py:1781:9: F841 local variable 'allInputOperands' is assigned to but never used
uiCA.py:2632:5: F841 local variable 'tableWidth' is assigned to but never used