Skip to content

Commit

Permalink
Merge branch 'feat/poc-add-dao-layer' of https://github.com/AntaresSi…
Browse files Browse the repository at this point in the history
…mulatorTeam/AntaREST into feat/poc-add-dao-layer

# Conflicts:
#	antarest/study/business/link/CompositeLinkDAO.py
#	antarest/study/business/link/LinkDAO.py
#	antarest/study/business/link/LinkFromStorageDAO.py
  • Loading branch information
TheoPascoli committed Nov 26, 2024
2 parents c2847a7 + ae86cdf commit fbc2094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions antarest/study/business/link/LinkDAO.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ def delete_link(self, study: Study, area1_id: str, area2_id: str) -> None:
area2_id (str): The ID of the target area of the link.
"""
pass

0 comments on commit fbc2094

Please sign in to comment.