Skip to content

Refactoring: swap if and else branches

Tim Jaacks requested to merge swap-if-else-branches into master

Move the main part of the action to the if branch.

See for reference: https://docs.sourcery.ai/Reference/Python/Default-Rules/swap-if-else-branches/

Merge request reports