Browse Source
Do not end except block with a useless return, use a pass instead. This fixes pylint R1711: "Useless return at end of function or method (useless-return)". Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>pull/73020/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue