forked from VimPlug/jedi
Follow error node imports properly in goto assignments as well
This commit is contained in:
@@ -119,6 +119,12 @@ def broken_import():
|
||||
#? import_tree.mod1
|
||||
from import_tree.mod1
|
||||
|
||||
#? 20 import_tree.mod1
|
||||
import import_tree.mod1.
|
||||
|
||||
#! ['module json']
|
||||
from json
|
||||
|
||||
|
||||
def test_import_priorities():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user