Skip to content

Commit c0b5924

Browse files
committed
Fix typing error in test_jac_to_grad.py
1 parent 128ef0e commit c0b5924

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/autojac/test_jac_to_grad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def dummy_backward_pre_hook(_module, _grad_output) -> Tensor:
191191
assert not _has_forward_hook(module)
192192

193193

194-
_PARAMETRIZATIONS = [
194+
_PARAMETRIZATIONS: list[tuple] = [
195195
(AlignedMTL(), True),
196196
(DualProj(), True),
197197
(IMTLG(), True),

0 commit comments

Comments
 (0)