Skip to content

Commit 29951a0

Browse files
committed
small change to kick off tests again
1 parent b387097 commit 29951a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

captum/attr/_core/latent_shift.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class LatentShift(GradientAttribution):
3636
def __init__(self, forward_func: Callable, autoencoder) -> None:
3737
r"""
3838
Args:
39-
4039
forward_func (callable): The forward function of the model or
4140
any modification of it
4241
autoencoder: An object with an encode and decode function which

0 commit comments

Comments
 (0)