From 2d11e02fdb15d3311034417ddd2a3666d63e9ab9 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sun, 30 Aug 2020 16:15:22 +0100 Subject: [PATCH] Remove redundant invalid documentation line This is now replaced by the type signature. --- jedi/inference/sys_path.py | 1 - 1 file changed, 1 deletion(-) 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: