From 486a75b8ea0815b9710873e5b015675fac048519 Mon Sep 17 00:00:00 2001 From: kshitij12345 Date: Tue, 17 Dec 2024 20:05:59 +0100 Subject: [PATCH] remove unused import --- thunder/core/jit_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunder/core/jit_ext.py b/thunder/core/jit_ext.py index 6c38caf893..ce774c4936 100644 --- a/thunder/core/jit_ext.py +++ b/thunder/core/jit_ext.py @@ -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