Skip to content

Commit fc77e9e

Browse files
Update hub.py
fixed import of _hub modules
1 parent cc77096 commit fc77e9e

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)