mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-10 05:52:22 +08:00
handled import statement recursions
This commit is contained in:
@@ -201,3 +201,7 @@ from .. import run
|
||||
|
||||
#? []
|
||||
from not_a_module import
|
||||
|
||||
# self import
|
||||
# this can cause recursions
|
||||
from imports import *
|
||||
|
||||
Reference in New Issue
Block a user