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

FN issue with W0612 #248

Open
akashipov opened this issue Jan 9, 2024 · 0 comments
Open

FN issue with W0612 #248

akashipov opened this issue Jan 9, 2024 · 0 comments

Comments

@akashipov
Copy link

def f():
            return 5, 6

x, _ = f()

in this case there is no warning about W0612 problem
if we use just it is ok.
x, _ = 5, 6
Could you fix it?
pylama==8.4.1

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