Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
b-michaud committed Jan 13, 2025
1 parent 4f0f261 commit 129cf5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1723,13 +1723,13 @@ def formula(foyer_fiscal, period, parameters):
reduction_ss_condition_revenus = foyer_fiscal('reduction_ss_condition_revenus', period)

return around(max_(0, ir_plaf_qf - decote - reduction_ss_condition_revenus))

def formula_2020_01_01(foyer_fiscal, period, parameters):
'''
Impôt net avant réductions suite à l'abrogation de la "réfaction foyers modestes"
'''
ir_plaf_qf = foyer_fiscal('ir_plaf_qf', period)
decote_gain_fiscal = foyer_fiscal('decote_gain_fiscal', period)
decote_gain_fiscal = foyer_fiscal('decote_gain_fiscal', period)

return around(0, ir_plaf_qf - decote_gain_fiscal)

Expand Down

0 comments on commit 129cf5b

Please sign in to comment.