pylint-errors

W9008 (redundant-returns-doc)

:x: Problematic code:

# to be added

:heavy_check_mark: Correct code:

# to be added

Rationale:

Please remove the return/rtype documentation from this method.