mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Remove redundant invalid documentation line
This is now replaced by the type signature.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user