Skip to content

Commit 558f084

Browse files
committed
Allow importing rewrite_graph from rewriting submodule
1 parent b065112 commit 558f084

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytensor/graph/rewriting/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from pytensor.graph.rewriting.utils import rewrite_graph
2+
3+
4+
all = ("rewrite_graph",)

0 commit comments

Comments
 (0)