diff --git a/jedi/inference/sys_path.py b/jedi/inference/sys_path.py index 2e404279..062a0aa3 100644 --- a/jedi/inference/sys_path.py +++ b/jedi/inference/sys_path.py @@ -186,7 +186,6 @@ def _get_buildout_script_paths(search_path: Path): directory that look like python files. :param search_path: absolute path to the module. - :type search_path: str """ project_root = _get_parent_dir_with_file(search_path, 'buildout.cfg') if not project_root: