We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebdcd1 commit 86e09d2Copy full SHA for 86e09d2
torchft/optim.py
@@ -12,7 +12,7 @@
12
13
"""
14
15
-from typing import TYPE_CHECKING, Any, Dict, List, Optional
+from typing import TYPE_CHECKING, Any, Dict, List, Mapping, Optional
16
17
import torch
18
from torch.optim import Optimizer
0 commit comments