mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
follow imports if they are in the file path, fixes davidhalter/jedi-vim#56
This commit is contained in:
@@ -215,3 +215,11 @@ from not_a_module import
|
||||
# self import
|
||||
# this can cause recursions
|
||||
from imports import *
|
||||
|
||||
# -----------------
|
||||
# packages
|
||||
# -----------------
|
||||
|
||||
from import_tree.mod1 import c
|
||||
#? set
|
||||
c
|
||||
|
||||
Reference in New Issue
Block a user