From 0f14f97608ec0d4734b20b70b9df2c156c31bedf Mon Sep 17 00:00:00 2001 From: cgl Date: Fri, 13 Sep 2024 18:19:55 +0200 Subject: [PATCH] fix lint --- .../prelevements_sociaux/cotisations_sociales/allegements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py b/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py index 86626fded4..a933a9f717 100644 --- a/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py +++ b/openfisca_france/model/prelevements_obligatoires/prelevements_sociaux/cotisations_sociales/allegements.py @@ -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