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 6eaaa71 commit 3727781
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 @@ -574,7 +574,7 @@ def read_areas(self) -> List[Area]:
json_st_storage = self._wrapper.get(area_url + url_st_storage).json()
json_properties = self._wrapper.get(area_url + url_properties_form).json()

ui_response = self.craft_ui(self, f"{base_api_url}?type=AREA&{ui_url}", area)
ui_response = self.craft_ui(f"{base_api_url}?type=AREA&{ui_url}", area)

for thermal in json_thermal:
id_therm = thermal.pop("id")
Expand Down

0 comments on commit 3727781

Please sign in to comment.