Skip to content

Commit

Permalink
oops, bugfix somehow not caught earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfogal committed Jan 8, 2025
1 parent d107a63 commit 0cfacfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions thunder/dynamo/__init__.py
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 0cfacfc

Please sign in to comment.