diff --git a/thunder/dynamo/__init__.py b/thunder/dynamo/__init__.py index d1cf1cb34..c7dfaba8b 100644 --- a/thunder/dynamo/__init__.py +++ b/thunder/dynamo/__init__.py @@ -1,4 +1,3 @@ from thunder.dynamo.compiler import ThunderCompiler, thunderfx -from thunder.dynamo.utils import last_traces -__all__ = ["ThunderCompiler", "thunderfx", "last_traces"] +__all__ = ["ThunderCompiler", "thunderfx"]