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
def test1(s): from six import PY2, text_type return s.encode("utf-8") if PY2 else s
pylint_wat.py:2:4: W0611: Unused PY2 imported from six (unused-import)
pylint_wat.py:2:4: W0611: Unused text_type imported from six (unused-import)
pylint 2.3.1 astroid 2.2.5 Python 3.6.5 (default, Apr 1 2018, 05:46:30) [GCC 7.3.0]
The text was updated successfully, but these errors were encountered:
Thank you, I can reproduce the issue.
Sorry, something went wrong.
3bfec9f
No branches or pull requests
Current behavior
Expected behavior
pylint --version output
The text was updated successfully, but these errors were encountered: