Skip to content

Commit b384bff

Browse files
committed
Fix circular import by importing modelcontext from pymc.model.core
1 parent 77c2acb commit b384bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/shape_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from pytensor.tensor.type_other import NoneTypeT
3434
from pytensor.tensor.variable import TensorVariable
3535

36-
from pymc.model import modelcontext
36+
from pymc.model.core import modelcontext
3737
from pymc.pytensorf import convert_observed_data
3838

3939
__all__ = [

0 commit comments

Comments
 (0)