Skip to content

Commit

Permalink
remove an unused import from `_general_jit_torch_ops_higher_order_aut…
Browse files Browse the repository at this point in the history
…ograd_function_apply` (#1566)
  • Loading branch information
crcrpar authored and riccardofelluga committed Jan 27, 2025
1 parent 3f68b34 commit 32db8fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thunder/core/jit_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,6 @@ def _general_jit_torch_ops_higher_order_autograd_function_apply(fwd, bwd, *fwd_a
from thunder.core.baseutils import sequencify
from thunder.core.pytree import tree_map
from thunder.core.trace_interpreter import interpret_trace
from thunder.torch import autograd_function_apply

def _generate_random_str_id() -> str:
import secrets
Expand Down

0 comments on commit 32db8fd

Please sign in to comment.