diff --git a/usaon_benefit_tool/models/tables.py b/usaon_benefit_tool/models/tables.py index 3cf5f2d..82c2dda 100644 --- a/usaon_benefit_tool/models/tables.py +++ b/usaon_benefit_tool/models/tables.py @@ -263,7 +263,7 @@ class NodeSubtypeSocietalBenefitArea(Node): # TODO: Relationship to societal benefit area table? How would we make a similar # relationship for the other node types? - societal_benefit_area = relationship("SocietalBenefitArea") + # societal_benefit_area = relationship("SocietalBenefitArea") class AssessmentNode(BaseModel):