Skip to content

Commit 0effbce

Browse files
committed
Update dependencyvit.py
1 parent fddd4c8 commit 0effbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/dependencyvit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
import math
14-
from typing import Any, Dict, Optional, Tuple, Union
14+
from typing import Any, Dict, List, Optional, Tuple, Union
1515

1616
import torch
1717
import torch.nn as nn

0 commit comments

Comments
 (0)