Skip to content

Commit ccb9dc4

Browse files
authored
Merge pull request #1804 from philipsgithub/patch-1
Update hub.py
2 parents cc77096 + fc77e9e commit ccb9dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from _hub import *
1+
from ._hub import *
22

33
import warnings
44
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.models", DeprecationWarning)

0 commit comments

Comments
 (0)