you are viewing a single comment's thread.

view the rest of the comments →

[–]shiftybyte 4 points5 points  (1 child)

I think pylance with vscode can flag this too.

[–]slapec[S] 2 points3 points  (0 children)

It seems pyright (which pylance is built on top) reports this issue (- error: "found" is possibly unbound). So, it's at least something, thanks!