mirror of
https://github.com/davidhalter/jedi.git
synced 2026-09-02 06:06:55 +08:00
remove a strange imports.py code line
This commit is contained in:
@@ -351,7 +351,6 @@ class ImportPath(pr.Base):
|
|||||||
else:
|
else:
|
||||||
raise ModuleNotFound('The module you searched has not been found')
|
raise ModuleNotFound('The module you searched has not been found')
|
||||||
|
|
||||||
sys_path.pop(0) # TODO why is this here?
|
|
||||||
path = current_namespace[1]
|
path = current_namespace[1]
|
||||||
is_package_directory = current_namespace[2]
|
is_package_directory = current_namespace[2]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user