Skip to content

Commit

Permalink
fixing var name and readding var
Browse files Browse the repository at this point in the history
  • Loading branch information
coltleese17 committed Dec 19, 2024
1 parent e12e9d6 commit e8c10b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def formula(tax_unit, period, parameters):
ADDS = ["adjusted_gross_income", "mn_additions"]
SUBTRACTS = [
"mn_subtractions",
"mn_prev_year_state_refund",
"mn_exemptions",
"mn_deductions",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from fiscalsim_us.model_api import *


class mmn_prev_year_state_refund(Variable):
class mn_prev_year_state_refund(Variable):
"""
Line 6 of Minnesota 2023 Individual Income Tax return from M1. This is the
State income refund from a previous year that was reported in line 1 of
Expand Down

0 comments on commit e8c10b7

Please sign in to comment.