Skip to content

Commit

Permalink
fit the denver trash rebate
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Nov 5, 2024
1 parent 049b03b commit 319f557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/programs/co/denver_trash_rebate/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ def household_eligible(self, e: Eligibility):
e.condition(income <= limit, messages.income(income, limit))

# has rent or mortgage expense
has_rent_or_mortgage = self.screen.has_expense([DenverTrashRebate.expenses])
has_rent_or_mortgage = self.screen.has_expense(DenverTrashRebate.expenses)
e.condition(has_rent_or_mortgage)

0 comments on commit 319f557

Please sign in to comment.