Skip to content

Commit 4d48a63

Browse files
committed
Hopefully final, minor import commit.
1 parent 7e55072 commit 4d48a63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/model_solver/model_solver.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
from symengine import Add
2222
from symengine import Lambdify
2323
from symengine import Matrix
24-
from symengine import Max # noqa: F401 # used at runtime via eval() when replacing "max(" -> "Max("
24+
from symengine import (
25+
Max, # noqa: F401 # used at runtime via eval() when replacing "max(" -> "Max("
26+
)
2527
from symengine import Symbol
2628
from symengine import var
2729

0 commit comments

Comments
 (0)