mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-18 11:04:17 +08:00
Fix a few more goto_definition error_node imports
This commit is contained in:
@@ -119,8 +119,14 @@ def broken_import():
|
||||
#? import_tree.mod1
|
||||
from import_tree.mod1
|
||||
|
||||
#? 20 import_tree.mod1
|
||||
#? 25 import_tree.mod1
|
||||
import import_tree.mod1.
|
||||
#? 25 import_tree.mod1
|
||||
impo5t import_tree.mod1.foo
|
||||
#? 25 import_tree.mod1
|
||||
import import_tree.mod1.foo.
|
||||
#? 31 import_tree.mod1
|
||||
import json, import_tree.mod1.foo.
|
||||
|
||||
#! ['module json']
|
||||
from json
|
||||
|
||||
Reference in New Issue
Block a user