1
0
forked from VimPlug/jedi

Merge pull request #2055 from zuckerruebe/dont-remove-sys-path-0

Don't remove `sys.path[0]`.
This commit is contained in:
Dave Halter
2025-03-14 17:20:41 +00:00
committed by GitHub

View File

@@ -3,10 +3,6 @@ import sys
from importlib.abc import MetaPathFinder
from importlib.machinery import PathFinder
# Remove the first entry, because it's simply a directory entry that equals
# this directory.
del sys.path[0]
def _get_paths():
# Get the path to jedi.