Skip to content

Commit

Permalink
feat(api): reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
salemsd committed Jan 13, 2025
1 parent fae7afe commit 933524c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/antares/craft/model/study.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ def move(self, destination_folder: Path) -> None:
self._study_service.move_study(destination_folder)
self.path = PurePath(destination_folder) / f"{self.service.study_id}"


def generate_thermal_timeseries(self) -> None:
self._study_service.generate_thermal_timeseries()

Expand Down

0 comments on commit 933524c

Please sign in to comment.