mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
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