Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cgl committed Oct 9, 2024
1 parent 594514a commit 2e48a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfisca_france/model/mesures.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ def formula(menage, period, parameters):
class prelevement_forfaitaire_unique(Variable):
value_type = float
entity = FoyerFiscal
label = "Prélèvement forfaitaire unique"
label = 'Prélèvement forfaitaire unique'
definition_period = YEAR

def formula_2018_01_01(foyer_fiscal, period, parameters):
Expand All @@ -808,4 +808,4 @@ def formula_2018_01_01(foyer_fiscal, period, parameters):
+ foyer_fiscal('prelevements_sociaux_revenus_capital_hors_csg_crds', period)
+ foyer_fiscal('csg_revenus_capital', period)
+ foyer_fiscal('crds_revenus_capital', period)
)
)

0 comments on commit 2e48a46

Please sign in to comment.