Skip to content

Commit 6dacefd

Browse files
Supprimes les traces de la variable service_civique dans france-local
1 parent 7498428 commit 6dacefd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

openfisca_france_local/regions/nouvelle-aquitaine/aide_permis.py

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11

22
from openfisca_france.model.base import (
3-
Variable, Individu, MONTH, TypesActivite, set_input_dispatch_by_period, select, not_)
3+
Variable, Individu, MONTH, TypesActivite, select, not_)
44
from openfisca_france.model.caracteristiques_socio_demographiques.logement import (TypesCodeInseeRegion)
55
from openfisca_france.model.prestations.education import TypesScolarite, TypesClasse
66

77

8-
class service_civique(Variable):
9-
# A supprimer une fois intégrée à openfisca-france
10-
value_type = bool
11-
label = 'En service civique'
12-
entity = Individu
13-
definition_period = MONTH
14-
set_input = set_input_dispatch_by_period
15-
reference = 'https://www.service-public.fr/particuliers/vosdroits/F13278'
16-
17-
188
class nouvelle_aquitaine_aide_permis(Variable):
199
value_type = float
2010
entity = Individu

0 commit comments

Comments
 (0)