Files
Mikhail Golubev 471ab5b5c3 PY-22422 Consider new code style settings in actions that might create/update "from" imports
In particular, in "Import ..." quickfix, smart completion for class
names and in a few refactorings.
2017-03-06 17:15:58 +03:00

2 lines
95 B
Python

from module import foo
print(foo, <error descr="Unresolved reference 'bar'">b<caret>ar</error>)