We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original report by lelegaifax on Launchpad:
For the following snippet
from bar import bar def foo(): pass class X(): def foo(self): pass def bar(self): pass
pyflakes reports the following errors:
pp.py:1: 'bar.bar' imported but unused pp.py:10: redefinition of unused 'bar' from line 1
Note that only imported symbols trigger the problem.
The text was updated successfully, but these errors were encountered:
The same thing was reported again in #268. I'll close this one since the other had responses.
Sorry, something went wrong.
No branches or pull requests
Original report by lelegaifax on Launchpad:
For the following snippet
pyflakes reports the following errors:
Note that only imported symbols trigger the problem.
The text was updated successfully, but these errors were encountered: