Skip to content

Commit ad788be

Browse files
committed
fix
1 parent ff4d3e2 commit ad788be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from copy import deepcopy
55
from pathlib import Path
6-
from typing import Any, Callable, Dict, Optional, Tuple
6+
from typing import Any, Callable, Dict, Optional, Tuple, Union
77
from contextlib import nullcontext
88

99
import torch

0 commit comments

Comments
 (0)