1
0
forked from VimPlug/jedi

Remove an outdated comment

This commit is contained in:
Dave Halter
2021-01-02 23:41:38 +01:00
parent 7a3d1f7cee
commit 3428a24af0

View File

@@ -100,7 +100,6 @@ class Script:
"""
def __init__(self, code=None, *, path=None, environment=None, project=None):
self._orig_path = path
# An empty path (also empty string) should always result in no path.
if isinstance(path, str):
path = Path(path)