1
0
forked from VimPlug/jedi

Remove some weird changes about importing again

This commit is contained in:
Dave Halter
2019-04-09 21:48:57 +02:00
parent 255d0d9fb5
commit e61e210b41
2 changed files with 3 additions and 11 deletions

View File

@@ -138,12 +138,6 @@ class Evaluator(object):
),
self,
)
# TODO remove this `if`
if project is not None:
# These imports are essential for Jedi and should therefore always
# be present in the module cache.
self.builtins_module
self.typing_module
def import_module(self, import_names, parent_module_context=None,
sys_path=None, load_stub=True):