Skip to content

Commit

Permalink
reformatting files and correcting minor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdiwahada committed Nov 8, 2024
1 parent dd6d686 commit a90f066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares/service/api_services/area_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def read_areas(self) -> List[Area]:
return area_list


def craft_ui(self, url_str: str, area_id) -> AreaUi:
def craft_ui(self, url_str: str, area_id:str) -> AreaUi:
response = self._wrapper.get(url_str)
json_ui = response.json()[area_id]

Expand Down

0 comments on commit a90f066

Please sign in to comment.