mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 21:35:22 +08:00
Fix on_import tests.
This commit is contained in:
@@ -71,6 +71,13 @@ from import_tree.p import pkg
|
||||
from .import_tree import
|
||||
#? 10 ['run']
|
||||
from ..run import
|
||||
#? ['run']
|
||||
from ..run
|
||||
#? 10 ['run']
|
||||
from ..run.
|
||||
#? []
|
||||
from ..run.
|
||||
|
||||
#? ['run']
|
||||
from .. import run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user