From fd38c72aa3ed0cc58c11197dfe89a314bf8ad17e Mon Sep 17 00:00:00 2001 From: Masaki Kozuki Date: Sat, 28 Dec 2024 13:29:06 +0900 Subject: [PATCH] remove unused `_` --- thunder/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunder/__init__.py b/thunder/__init__.py index 7a04a43fa..a47a38a52 100644 --- a/thunder/__init__.py +++ b/thunder/__init__.py @@ -467,7 +467,7 @@ def get_computation_and_inputs(*args, **kwargs): ) = cache_entry try: inps, pro_to_epi = pro(*args, **kwargs) - except Exception as _: + except Exception: continue # Updates cache statistics