In python code in vscode I am getting the following error
unindent does not match any outer indentation level (<unknown>, line 33)pylint(syntax-error)
This error was showing as a red mark at line return traversal
I noticed that there is a lack of space in the is statement and correcting it fixed the error. Now this is weird it didn't show the error mark at right place.
Also I think there must be some option in vscode to automatically fix such errors.
Any suggestions?