We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8114f2 commit f1facefCopy full SHA for f1facef
ivy/__init__.py
@@ -804,13 +804,14 @@ class Node(str):
804
pass
805
try:
806
from .tracer import trace_graph
807
- from .transpiler import (
808
- source_to_source,
809
- transpile,
810
- )
811
except: # noqa: E722
812
pass # Added for the finally statement
813
+from .transpiler import (
+ source_to_source,
+ transpile,
+)
814
+
815
# Skip framework imports done by Ivy compiler for now
816
for backend_framework in _not_imported_backends.copy():
817
if backend_framework in sys.modules:
0 commit comments