Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivonne-hernandez committed Apr 19, 2024
1 parent 2453bf8 commit 1469b16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions programs/programs/urgent_needs/urgent_need_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def eligible(cls, screen: Screen):
Household lives in the Denver County
'''
return screen.county == 'Denver County'


class MealInCounties(UrgentNeedFunction):
dependencies = ['county']

Expand All @@ -60,6 +62,7 @@ def eligible(cls, screen: Screen):
eligible_counties = ['Denver County', 'Jefferson County']
return screen.county in eligible_counties


class HelpkitchenZipcode(UrgentNeedFunction):
dependencies = ['zipcode']

Expand Down

0 comments on commit 1469b16

Please sign in to comment.