Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij12345 committed Dec 17, 2024
1 parent bfe3457 commit 486a75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/core/jit_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import inspect
import time

from thunder.core.compile_data import compile_data_and_stats, get_cache_option, get_compile_data, get_compile_option
from thunder.core.compile_data import compile_data_and_stats, get_cache_option, get_compile_data
import thunder.clang as clang
import thunder.core.transforms
from thunder.core.baseutils import run_once
Expand Down

0 comments on commit 486a75b

Please sign in to comment.