Skip to content

Commit

Permalink
Merge branch 'hide-ilpy' of https://github.com/tlambert03/motile into…
Browse files Browse the repository at this point in the history
… hide-ilpy
  • Loading branch information
tlambert03 committed Nov 4, 2023
2 parents 5c2c729 + 3ec0606 commit 6319a99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion motile/constraints/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import contextlib
from typing import TYPE_CHECKING, Union

from motile.expressions import Expression, Constant
from motile.expressions import Constant, Expression

from ..variables import EdgeSelected, NodeSelected, Variables
from .constraint import Constraint
Expand Down
2 changes: 1 addition & 1 deletion motile/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if TYPE_CHECKING:
import ilpy

from motile.costs import Costs
from motile.track_graph import TrackGraph
from motile.variables import Variables
Expand Down
2 changes: 1 addition & 1 deletion motile/variables/node_disappear.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from .variable import Variables

if TYPE_CHECKING:
from motile.expressions import Expression
from motile._types import NodeId
from motile.expressions import Expression
from motile.solver import Solver


Expand Down

0 comments on commit 6319a99

Please sign in to comment.