Skip to content

Commit

Permalink
Merge pull request huggingface#1804 from philipsgithub/patch-1
Browse files Browse the repository at this point in the history
Update hub.py
  • Loading branch information
rwightman authored May 12, 2023
2 parents cc77096 + fc77e9e commit ccb9dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/models/hub.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from _hub import *
from ._hub import *

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

0 comments on commit ccb9dc4

Please sign in to comment.