forked from VimPlug/jedi
Remove a TODO that was already implemented
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user