From af679222bfcbfad202ed1aace0068e7f265c4ab6 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 31 Mar 2022 19:50:30 +0800 Subject: [PATCH] Update Signed-off-by: Jael Gu --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index dff84d7..74e6454 100644 --- a/__init__.py +++ b/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from timm_image import TimmImage +from .timm_image import TimmImage def timm(**kwargs): return TimmImage(**kwargs)