Skip to content

Commit 645b447

Browse files
committed
Allow importing rewrite_graph from rewriting submodule
1 parent 2f1d25a commit 645b447

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytensor/graph/rewriting/__init__.py

Lines changed: 4 additions & 0 deletions
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)