Skip to content

Commit 44c663c

Browse files
committed
[nit] remove unused Callable type
1 parent f557301 commit 44c663c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference_algorithms/paper_baselines/lion/pytorch/submission.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22
import collections
3-
from typing import Tuple, Callable, Any, Dict, Iterator, List, Optional
3+
from typing import Tuple, Any, Dict, Iterator, List, Optional
44

55
from absl import logging
66
import torch

0 commit comments

Comments
 (0)