Skip to content

Commit 59239d9

Browse files
committed
Cleanup imports for vit relpos
1 parent ac1b08d commit 59239d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

timm/models/vision_transformer_relpos.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
import logging
88
import math
99
from functools import partial
10-
from typing import Any, Callable, Dict, Optional, Sequence, Set, Tuple, Type, Union, List
10+
from typing import Optional, Tuple, Type, Union
11+
1112
try:
1213
from typing import Literal
1314
except ImportError:

0 commit comments

Comments
 (0)