Remove redundant invalid documentation line

This is now replaced by the type signature.
This commit is contained in:
Peter Law
2020-08-30 16:15:22 +01:00
parent 392dcdf015
commit 2d11e02fdb

View File

@@ -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: