Skip to content

Commit d300dba

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 373014b commit d300dba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

linopy/solvers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,6 @@ def solve_problem_from_model(
17821782

17831783
@staticmethod
17841784
def _set_option(kc: Any, name: str, value: Any) -> None:
1785-
17861785
param_id = knitro.KN_get_param_id(kc, name)
17871786

17881787
if isinstance(value, bool):

0 commit comments

Comments
 (0)