Skip to content

Commit

Permalink
feat(api): added unit testing to update_multiple_links (api)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiwahada committed Feb 25, 2025
1 parent aacda26 commit f2f323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares/craft/service/base_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def create_capacity_indirect(self, series: pd.DataFrame, area_from: str, area_to
pass

@abstractmethod
def update_multiple_links(self, dict_links: Dict[str, LinkPropertiesUpdate]) -> Dict[str, LinkProperties]:
def update_multiple_links(self, dict_links: Dict[str, "LinkPropertiesUpdate"]) -> Dict[str, LinkProperties]:
pass


Expand Down

0 comments on commit f2f323b

Please sign in to comment.