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 d8d2409 commit 6eaaa71
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 @@ -564,7 +564,7 @@ def read_areas(self) -> List[Area]:

json_resp = self._wrapper.get(base_api_url + "?" + ui_url).json()
for area in json_resp:
thermals = dict() #: t.Dict[any, ThermalCluster]
thermals = dict()
renewables = dict()
st_storage = dict()

Expand Down

0 comments on commit 6eaaa71

Please sign in to comment.