Skip to content

Commit

Permalink
nicer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Sep 20, 2024
1 parent bded569 commit 5cffc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares/model/thermal.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class ThermalClusterPropertiesLocal(NonOptionalThermalProperties):
@computed_field # type: ignore[misc]
@property
def list_ini_fields(self) -> dict[str, dict[str, str]]:
# todo: This is horrible. Should be handled via aliases ...
# todo: Should be handled via aliases
return {
f"{self.thermal_name}": {
"group": self.group.value,
Expand Down

0 comments on commit 5cffc6b

Please sign in to comment.