Skip to content

Commit

Permalink
Supprime la dépendance aux situations d'example
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Nov 19, 2024
1 parent 31d8beb commit 3e1599e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openfisca_nouvelle_caledonie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from openfisca_core.taxbenefitsystems import TaxBenefitSystem

from openfisca_nouvelle_caledonie import entities
from openfisca_nouvelle_caledonie.situation_examples import couple

COUNTRY_DIR = os.path.dirname(os.path.abspath(__file__))

Expand Down Expand Up @@ -43,5 +42,4 @@ def __init__(self):
self.open_api_config = {
"variable_example": "disposable_income",
"parameter_example": "taxes.income_tax_rate",
"simulation_example": couple,
}

0 comments on commit 3e1599e

Please sign in to comment.