Fix or disable pylint's `no-else-return`.
Fixed usage of `else` right after return, or disable pylint evaluation when it would play against code readability.
Loading
Please register or sign in to comment
Fixed usage of `else` right after return, or disable pylint evaluation when it would play against code readability.