Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Oct 14, 2024
1 parent 2e5b896 commit c9f2ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usaon_benefit_tool/models/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c9f2ad5

Please sign in to comment.