Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed May 29, 2024
1 parent 51be305 commit b000dd9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions programs/programs/urgent_needs/urgent_need_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def eligible(cls, screen: Screen):


class Child(ChildAgeFunction):
dependencies = ["age"]
pass


class BiaFoodDelivery(UrgentNeedFunction):
Expand Down Expand Up @@ -291,7 +291,6 @@ def eligible(cls, screen: Screen):


class EarlyChildhoodMentalHealthSupport(ChildAgeFunction):
dependencies = ["age"]
max_age = 5


Expand Down Expand Up @@ -375,5 +374,4 @@ def eligible(cls, screen: Screen):


class EarlyIntervention(ChildAgeFunction):
dependencies = ["age"]
max_age = 2

0 comments on commit b000dd9

Please sign in to comment.