Skip to content

Commit fc9bbcf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8f2660d commit fc9bbcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/torchjd/autojac/_jac_to_grad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections import deque
22
from collections.abc import Iterable
3-
from typing import cast, TypeGuard
3+
from typing import TypeGuard, cast
44

55
import torch
66
from torch import Tensor, nn

0 commit comments

Comments
 (0)