]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add empty line after param list in docstring
authorKefu Chai <tchaikov@gmail.com>
Sun, 6 Mar 2022 06:23:42 +0000 (14:23 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sun, 6 Mar 2022 06:23:45 +0000 (14:23 +0800)
commitd9b8e38e3dfe8e6eec6d56ee934c4632de46fc68
tree71d8b5fa31a1d3a04b91a06db68b762a3e944437
parentd0db2ae4f946e1a985402640ef8f1733b40e91ef
mgr/cephadm: add empty line after param list in docstring

this helps to silence the warning from sphinx, like

src/pybind/mgr/orchestrator/_interface.py:docstring of orchestrator._interface.Orchestrator.remove_osds:9: WARNING: Field list ends without a blank line; unexpected unindent.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/pybind/mgr/orchestrator/_interface.py