Skip to content

Commit 7a8a49a

Browse files
committed
Fix automatic differentiation gradient dtype handling
1 parent df2fe0d commit 7a8a49a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

machine_learning/automatic_differentiation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from __future__ import annotations
1111

12-
from collections import defaultdict
1312
from enum import Enum
1413
from types import TracebackType
1514
from typing import Any, Self

0 commit comments

Comments
 (0)