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 9, 2025
1 parent 1ceedb6 commit 39f894b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/antares/craft/model/area.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

from types import MappingProxyType
from typing import Any, Dict, list, Mapping, Optional, Set
from typing import Any, Dict, Mapping, Optional, Set

import pandas as pd

Expand Down
2 changes: 1 addition & 1 deletion src/antares/craft/service/api_services/area_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,4 +619,4 @@ def get_credit_modulations(self) -> pd.DataFrame:
pass

def get_water_values(self) -> pd.DataFrame:
pass
pass
2 changes: 1 addition & 1 deletion src/antares/craft/service/local_services/area_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,4 @@ def get_credit_modulations(self) -> pd.DataFrame:
pass

def get_water_values(self) -> pd.DataFrame:
pass
pass

0 comments on commit 39f894b

Please sign in to comment.