Skip to content

Commit e8c10b7

Browse files
committed
fixing var name and readding var
1 parent e12e9d6 commit e8c10b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fiscalsim_us/variables/gov/states/mn/tax/income/mn_taxable_income.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def formula(tax_unit, period, parameters):
2525
ADDS = ["adjusted_gross_income", "mn_additions"]
2626
SUBTRACTS = [
2727
"mn_subtractions",
28+
"mn_prev_year_state_refund",
2829
"mn_exemptions",
2930
"mn_deductions",
3031
]

fiscalsim_us/variables/gov/states/mn/tax/income/subtractions/mn_prev_year_state_refund.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from fiscalsim_us.model_api import *
22

33

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

0 commit comments

Comments
 (0)