mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 17:05:22 +08:00
remove a strange imports.py code line
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user