]> git.apps.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)
committerLaura Flores <lflores@redhat.com>
Thu, 24 Mar 2022 17:25:22 +0000 (12:25 -0500)
commitc1be47245e38a58559335fcac03284aa30f53522
tree37a289cca571aff723eadd9784f48af038a4e35c
parentfd3aba02902da15d09016678fce01f48e13be085
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>
(cherry picked from commit d9b8e38e3dfe8e6eec6d56ee934c4632de46fc68)
src/pybind/mgr/orchestrator/_interface.py