Not equal operator <> syntax (Python 2) #768
Labels
addressed in next version
Issue is fixed and will appear in next published version
enhancement request
New feature or request
Describe the bug
When the "<>" operator is detected by Pyright, "Expected expression"is displayed.
All next code is unreachable.
To Reproduce
Open a python 2 file that include the
<>
operator in a function.Expected behavior
<>
was a validnot equal
operator on python2, it should be supported.Screenshots or Code
VS Code extension or command-line
1.1.26
The text was updated successfully, but these errors were encountered: