forked from VimPlug/jedi
Small issue with relative imports that don't contain a path after from.
This commit is contained in:
@@ -211,9 +211,6 @@ from . import datetime as mod1
|
||||
#? []
|
||||
mod1.
|
||||
|
||||
#? str()
|
||||
imp_tree.a
|
||||
|
||||
# self import
|
||||
# this can cause recursions
|
||||
from imports import *
|
||||
|
||||
Reference in New Issue
Block a user