https://bugs.documentfoundation.org/show_bug.cgi?id=127351

LibreOfficiant <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #4 from LibreOfficiant <[email protected]> ---
A 'note' enabling user check shall be added in the help.
Assigned to myself.

As for the 'return' hint, here's what PEP8 says:
«
Either all return statements in a function should return an expression, or none
of them should. If any return statement returns an expression, any return
statements where no value is returned should explicitly state this as return
None , and an explicit return statement should be present at the end of the
function (if reachable).
»

return statement shall be removed

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to