Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
parikhsachi committed Dec 27, 2021
1 parent 2d573f8 commit 5b65d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openfisca_us/variables/hhs/medicaid.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from openfisca_us.model_api import *


class MedicaidPersonType(Enum):
ADULT_WITHOUT_DEPENDENT = "Adult without dependent"
ADULT_WITH_DEPENDENT = "Adult with dependent"
Expand All @@ -16,7 +17,7 @@ class medicaid_person_type(Variable):
definition_period = YEAR
label = "Medicaid person type"
documentation = "Person type for Medicaid"


class medicaid_income_threshold(Variable):
value_type = float
Expand Down

0 comments on commit 5b65d4b

Please sign in to comment.