Skip to content

Commit 174e72f

Browse files
committed
include in import
1 parent 0a1d81c commit 174e72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __set_compiler_flags():
6666
)
6767
from pymc.model.core import *
6868
from pymc.model.transform.conditioning import do, observe
69-
from pymc.model_graph import model_to_graphviz, model_to_networkx
69+
from pymc.model_graph import model_to_graphviz, model_to_mermaid, model_to_networkx
7070
from pymc.plots import *
7171
from pymc.printing import *
7272
from pymc.pytensorf import *

0 commit comments

Comments
 (0)