Skip to content

Commit

Permalink
fix: add source_to_source to ivy __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 24, 2024
1 parent de3cda4 commit 945703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ class Node(str):
except: # noqa: E722
pass
try:
from .compiler.compiler import transpile, trace_graph, unify
from .compiler.compiler import source_to_source, transpile, trace_graph, unify
except: # noqa: E722
pass # Added for the finally statement
try:
Expand Down

0 comments on commit 945703a

Please sign in to comment.