Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
clallemand committed Sep 13, 2024
1 parent 2820051 commit 455984d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def compute_allegement_cotisation_maladie_base(individu, period, parameters):
else:
smic_proratise_2O23_12_31 = individu('smic_proratise', '2023-12', options = [ADD])
plafond_allegement_mmid = max_(allegement_mmid.plafond_smic_courant * smic_proratise, allegement_mmid.plafond_smic_2023_12_31 * smic_proratise_2O23_12_31)

sous_plafond = assiette_allegement <= plafond_allegement_mmid
return sous_plafond * allegement_mmid.taux * assiette_allegement

Expand Down

0 comments on commit 455984d

Please sign in to comment.