reformatting

This commit is contained in:
Daniel Roth 2026-02-20 10:39:16 +00:00
parent cb55338f39
commit 47de308bf3

View file

@ -96,7 +96,6 @@ def choose_cheapest_relevant_plan(
if all(p.record.cost_of_works == 0 for p in eligible_plans):
cheapest_plans = eligible_plans
else:
cheapest_plans: List[Plan] = [
plan