Skip to content

Commit a23d40b

Browse files
committed
refactor: remove unused import
1 parent fe2ff95 commit a23d40b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pytorch_optimizer/adamp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import math
2-
from typing import List, Tuple
32

43
import torch
54
from torch.optim.optimizer import Optimizer

pytorch_optimizer/sgdp.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import math
2-
from typing import List, Tuple
3-
41
import torch
52
from torch.optim.optimizer import Optimizer
63

0 commit comments

Comments
 (0)