Skip to content

Commit 096a138

Browse files
authored
Oops, forget linting
1 parent f5c9161 commit 096a138

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

captum/optim/_utils/typing.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ def cleanup(self):
3838
TransformValList = Union[Sequence[int], Sequence[float], Tensor]
3939
TransformVal = Union[int, float, Tensor]
4040
TransformSize = Union[List[int], Tuple[int], int]
41-
HookFuncArg = Callable[[Module, Union[Tuple[Tensor, ...], Tensor], Union[Tuple[Tensor, ...], Tensor]], Optional[Tensor]]
41+
HookFuncArg = Callable[
42+
[Module, Union[Tuple[Tensor, ...], Tensor], Union[Tuple[Tensor, ...], Tensor]],
43+
Optional[Tensor],
44+
]

0 commit comments

Comments
 (0)