Skip to content

Commit

Permalink
refactor(local): reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
salemsd committed Dec 11, 2024
1 parent 0898f74 commit 78930df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ def get_constraint_matrix(self, constraint: BindingConstraint, matrix_name: Cons
def update_constraint_matrix(
self, constraint: BindingConstraint, matrix_name: ConstraintMatrixName, matrix: pd.DataFrame
) -> None:
raise NotImplementedError
raise NotImplementedError
1 change: 0 additions & 1 deletion tests/antares/services/local_services/test_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
BindingConstraintFrequency,
BindingConstraintOperator,
BindingConstraintProperties,
BindingConstraintPropertiesLocal,
ConstraintTerm,
)
from antares.model.commons import FilterOption
Expand Down

0 comments on commit 78930df

Please sign in to comment.