diff --git a/jedi/imports.py b/jedi/imports.py index 6c5a9f19..a34753fc 100644 --- a/jedi/imports.py +++ b/jedi/imports.py @@ -351,7 +351,6 @@ class ImportPath(pr.Base): else: raise ModuleNotFound('The module you searched has not been found') - sys_path.pop(0) # TODO why is this here? path = current_namespace[1] is_package_directory = current_namespace[2]