Skip to content

Commit

Permalink
Nova Scotia Basic Personal Amount
Browse files Browse the repository at this point in the history
Update the return value
Fix PolicyEngine#395
  • Loading branch information
okeyiii committed Oct 6, 2023
1 parent c28e4d3 commit 793adca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def formula(person, period, parameters):
- p.additional_amount.phase_out_rate.calc(taxable_income),
)

return (p.base + reduced_additional_amount,)
return p.base + reduced_additional_amount

0 comments on commit 793adca

Please sign in to comment.