Cleanup imports for vit relpos

This commit is contained in:
Ross Wightman 2024-02-10 21:40:57 -08:00
parent ac1b08deb6
commit 59239d9df5

View File

@ -7,7 +7,8 @@ Hacked together by / Copyright 2022, Ross Wightman
import logging
import math
from functools import partial
from typing import Any, Callable, Dict, Optional, Sequence, Set, Tuple, Type, Union, List
from typing import Optional, Tuple, Type, Union
try:
from typing import Literal
except ImportError: