1
0
forked from VimPlug/jedi

Remove a TODO that was already implemented

This commit is contained in:
Dave Halter
2022-11-14 08:39:05 +01:00
parent 66c52b4bc7
commit a3fed3b6a6

View File

@@ -433,7 +433,6 @@ def get_default_project(path=None):
probable_path = dir
if probable_path is not None:
# TODO search for setup.py etc
return Project(probable_path)
if first_no_init_file is not None: