mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-07 15:04:04 +08:00
Remove an outdated comment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user