Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gau-nernst committed Dec 12, 2024
1 parent ff4d3e2 commit ad788be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/models/_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from copy import deepcopy
from pathlib import Path
from typing import Any, Callable, Dict, Optional, Tuple
from typing import Any, Callable, Dict, Optional, Tuple, Union
from contextlib import nullcontext

import torch
Expand Down

0 comments on commit ad788be

Please sign in to comment.