From 4914141fa1b077f4fa230670b8699ee052c18c67 Mon Sep 17 00:00:00 2001 From: Masaki Kozuki Date: Fri, 15 Nov 2024 05:02:45 +0900 Subject: [PATCH] remove `langctx` from `__all__` (#1443) --- thunder/core/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/thunder/core/utils.py b/thunder/core/utils.py index 699750b3ea..635d0e591e 100644 --- a/thunder/core/utils.py +++ b/thunder/core/utils.py @@ -71,8 +71,6 @@ # Helpful classes "OrderedSet", "FrozenDict", - # Context-related functions and decorators - "langctx", ] T = TypeVar("T")