Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hua7450 authored Oct 22, 2024
1 parent 1104a61 commit e062c5a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ def formula(tax_unit, period, parameters):
eligible_children_count = tax_unit(
"dc_ctc_eligible_children_count", period
)
children_count = min_(
p.child.child_cap, eligible_children_count
)
children_count = min_(p.child.child_cap, eligible_children_count)
amount_before_phase_out = p.amount * children_count

return amount_before_phase_out - phase_out

0 comments on commit e062c5a

Please sign in to comment.