Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of variable declared by walrus operator on same line #658

Closed
DakshChan opened this issue Nov 29, 2020 · 1 comment
Closed

Usage of variable declared by walrus operator on same line #658

DakshChan opened this issue Nov 29, 2020 · 1 comment

Comments

@DakshChan
Copy link

on code using a declared walrus operator on the same line, e.g. return (_ := "hello") and _[0] python_ta returns a E0602

@DakshChan
Copy link
Author

seems to be an issue in pylint pylint-dev/pylint#3953

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant