Skip to content

Commit

Permalink
Merge branch 'data-update' of https://github.com/Peter-Metz/Tax-Brain
Browse files Browse the repository at this point in the history
…into data-update
  • Loading branch information
Peter-Metz committed Mar 24, 2020
2 parents 4a3f31a + 4106273 commit 23d5fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cs-config/cs_config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"choice": {
"choices": [
yr for yr in range(TaxBrain.FIRST_BUDGET_YEAR,
TaxBrain.LAST_BUDGET_YEAR)
TaxBrain.LAST_BUDGET_YEAR + 1)
]
}
}
Expand Down Expand Up @@ -135,7 +135,7 @@ class MetaParameters(paramtools.Parameters):
"choice": {
"choices": [
yr for yr in range(TaxBrain.FIRST_BUDGET_YEAR,
TaxBrain.LAST_BUDGET_YEAR)
TaxBrain.LAST_BUDGET_YEAR + 1)
]
}
}
Expand Down

0 comments on commit 23d5fa8

Please sign in to comment.