Skip to content

Commit

Permalink
restore wraps
Browse files Browse the repository at this point in the history
  • Loading branch information
beverlylytle committed Nov 20, 2024
1 parent d79173c commit e4ad972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/executors/torchex.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations
import operator
import importlib
from functools import partial
from functools import partial, wraps
from numbers import Number
from typing import TYPE_CHECKING
from collections.abc import Callable
Expand Down

0 comments on commit e4ad972

Please sign in to comment.