Erroneous flagging of parentheses in "with (await ...)" statement in Python 3.6, 3.7 and 3.8; valid parentheses are flagged #1670
Labels
bug
Something isn't working
fixed in next version (main)
A fix has been implemented and will appear in an upcoming version
Environment data
Expected behaviour
No red underlining; this is valid code in Python 3.6
Actual behaviour
Logs
No logs
Code Snippet / Additional information
Similar bug has been fixed in #999, but async/await case is still here.
The text was updated successfully, but these errors were encountered: