Skip to content

Commit

Permalink
undo pytree.py change
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij12345 committed Jun 24, 2024
1 parent b45dbd0 commit 57e1249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/core/pytree.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def tree_unflatten(values, spec):
return optree.tree_unflatten(spec, values)


__all__ = ["tree_flatten", "tree_unflatten", "tree_map", "tree_flatten_with_dataclass"]
__all__ = ["tree_flatten", "tree_unflatten", "tree_map"]

0 comments on commit 57e1249

Please sign in to comment.