1
0
forked from VimPlug/jedi

Fixes for _follow_error_node_imports_if_possible

This commit is contained in:
Dave Halter
2019-03-28 10:12:23 +01:00
parent 2ad652a071
commit aa37f6f738
2 changed files with 23 additions and 7 deletions

View File

@@ -128,6 +128,13 @@ def broken_import():
#? 31 import_tree.mod1
import json, import_tree.mod1.foo.
# Cases with ;
mod1 = 3
#? 25 int()
import import_tree; mod1.
#? 38 import_tree.mod1
import_tree; import import_tree.mod1.
#! ['module json']
from json