← All recipes
Moderne licensed

Use inline conditional for simple `if/else` assignment

Recipe IDorg.openrewrite.python.cleanup.AssignIfExpArtifactopenrewrite-static-analysis

When an `if/else` pair each assign a single value to the same variable, rewrite as a ternary expression.

Single recipeProprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.python.cleanup.AssignIfExp

If the recipe isn’t available locally, install it with:

mod config recipes pip install openrewrite-static-analysis