Skip to content

Commit fa346f4

Browse files
committed
Import fix
1 parent 6d39c23 commit fa346f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/model/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
from pytensor.compile import DeepCopyOp, Function, get_mode
3636
from pytensor.compile.sharedvalue import SharedVariable
37-
from pytensor.graph.basic import Constant, Variable, graph_inputs
37+
from pytensor.graph.basic import Constant, Variable, ancestors, graph_inputs
3838
from pytensor.tensor.random.op import RandomVariable
3939
from pytensor.tensor.random.type import RandomType
4040
from pytensor.tensor.variable import TensorConstant, TensorVariable

0 commit comments

Comments
 (0)