Skip to content

lisa: Use inspect.getdoc() instead of textwrap.dedent

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr153 into master

inspect.getdoc()/cleandoc() are better suited to handle docstrings than textwrap.dedent(), since they handle properly lack of indentation on the first line.

Merge request reports