Skip to content

Commit

Permalink
Formatte la base de code
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Nov 21, 2024
1 parent 830c16a commit fd2e7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions openfisca_nouvelle_caledonie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"""

import os

from openfisca_core.taxbenefitsystems import TaxBenefitSystem
from openfisca_nouvelle_caledonie import entities

Expand Down
3 changes: 1 addition & 2 deletions openfisca_nouvelle_caledonie/variables/aide_logement.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
"""Variables pour le calcul des aides au logement."""

from openfisca_core.indexed_enums import Enum
from openfisca_core.model_api import max_, min_, select, where
from openfisca_core.periods import MONTH
from openfisca_core.variables import Variable
from openfisca_nouvelle_caledonie.entities import Household

from openfisca_core.model_api import max_, min_, select, where


class TypologieLogement(Enum):
__order__ = "chambre f1 f2 f3 f4 f5p maisonderetraite"
Expand Down

0 comments on commit fd2e7d2

Please sign in to comment.