Skip to content

Commit d49d502

Browse files
committed
Collapse two nested ifs into a single multiway if
This PR is not trying to simplify the whole nested structure, just this one layer, as an incremental simplification. It relies on: if a: x else: if b: y else: z being the same as: if a: x elif b: y else: z
1 parent fe0004c commit d49d502

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)