Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Underline mispositioned when attribute name matches unused import #268

Closed
jminuscula opened this issue Oct 27, 2016 · 0 comments · Fixed by #304
Closed

Underline mispositioned when attribute name matches unused import #268

jminuscula opened this issue Oct 27, 2016 · 0 comments · Fixed by #304
Labels

Comments

@jminuscula
Copy link

$ apm list | grep linter-flake8
├── linter-flake8@2.0.2

$ flake8 --version
3.0.4 (pyflakes: 1.2.3, mccabe: 0.5.2, pycodestyle: 2.0.0) CPython 3.5.1 on Darwin

$ cat linter_flake8_test.py

 import uuid
 import foo

 bar = foo.get_bar()
 baz = foo.do_something(bar.uuid)

underline_mispositioned
flake8.out.txt

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

Successfully merging a pull request may close this issue.

2 participants