Skip to content

Commit

Permalink
fix: Add clear_graph_cache to ivy __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
hmahmood24 committed Jul 31, 2024
1 parent d878ed1 commit bc85fb0
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 @@ -804,7 +804,7 @@ class Node(str):
except: # noqa: E722
pass
try:
from .compiler.compiler import source_to_source, transpile, trace_graph, unify
from .compiler.compiler import clear_graph_cache, source_to_source, transpile, trace_graph, unify
except: # noqa: E722
pass # Added for the finally statement
try:
Expand Down

0 comments on commit bc85fb0

Please sign in to comment.