Skip to content

Commit

Permalink
supprime condition inutile
Browse files Browse the repository at this point in the history
  • Loading branch information
clallemand committed Jan 15, 2025
1 parent 05e42e8 commit 0ddfe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfisca_france/model/prestations/aides_logement.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def formula(famille, period):
als = famille('als', period)
alf = famille('alf', period)

return max_(max_(apl, als), alf)
return apl + als + alf


class apl(Variable):
Expand Down

0 comments on commit 0ddfe04

Please sign in to comment.