commit
ccb9dc4ec4
|
@ -1,4 +1,4 @@
|
||||||
from _hub import *
|
from ._hub import *
|
||||||
|
|
||||||
import warnings
|
import warnings
|
||||||
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.models", DeprecationWarning)
|
warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.models", DeprecationWarning)
|
||||||
|
|
Loading…
Reference in New Issue