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")