Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMalamute committed Jul 1, 2024
1 parent cad3f01 commit c00fc62
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ def formula(person, period, parameters):
period
).gov.provinces.ab.tax.income.credits.credits_return

dependant_net_income = (
person("ab_dependant_net_income", period) * eligible_dependant
)
dependant_net_income = person("ab_dependant_net_income", period)

return dependant_net_income <= p.upper_dependant_income_threshold

0 comments on commit c00fc62

Please sign in to comment.