Skip to content

Commit f446331

Browse files
DTrim99claude
andcommitted
Restore sc_h3492 reform that was accidentally removed.
The PR inadvertently replaced the sc_h3492 import with ny_a04948 instead of adding the new reform alongside the existing one. This restores the SC H3492 EITC refundable reform to the reforms module. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 59619f3 commit f446331

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

policyengine_us/reforms/reforms.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from .states.ny.a04948 import (
2424
create_ny_a04948_youth_worker_tax_benefits_reform,
2525
)
26+
from .states.sc.h3492 import create_sc_h3492_eitc_refundable_reform
2627
from .harris.lift.middle_class_tax_credit import (
2728
create_middle_class_tax_credit_reform,
2829
)
@@ -184,6 +185,9 @@ def create_structural_reforms_from_parameters(parameters, period):
184185
ny_a04948 = create_ny_a04948_youth_worker_tax_benefits_reform(
185186
parameters, period
186187
)
188+
sc_h3492_eitc_refundable = create_sc_h3492_eitc_refundable_reform(
189+
parameters, period
190+
)
187191

188192
middle_class_tax_credit = create_middle_class_tax_credit_reform(
189193
parameters, period
@@ -330,6 +334,7 @@ def create_structural_reforms_from_parameters(parameters, period):
330334
halve_joint_eitc_phase_out_rate,
331335
ny_wftc,
332336
ny_a04948,
337+
sc_h3492_eitc_refundable,
333338
middle_class_tax_credit,
334339
rent_relief_tax_credit,
335340
end_child_poverty_act,

0 commit comments

Comments
 (0)