mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-26 21:56:45 +08:00
Remove legacy importer code.
This commit is contained in:
@@ -289,7 +289,7 @@ class Script(object):
|
||||
if names:
|
||||
names = [str(n) for n in names]
|
||||
i = imports.get_importer(self._evaluator, names, module, level)
|
||||
return i.follow(self._evaluator)
|
||||
return i.follow()
|
||||
|
||||
scopes = self._evaluator.eval_element(eval_stmt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user