From 28aaf13e5203320e4dfc3d756a264ff10dad2ff0 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 22 Jun 2024 20:17:55 +0900 Subject: [PATCH] Fix import order --- osam/_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osam/_models.py b/osam/_models.py index fde9779..bb6df63 100644 --- a/osam/_models.py +++ b/osam/_models.py @@ -1,3 +1,3 @@ # import modules to register the models -import osam_sam # noqa: F401 import osam_efficientsam # noqa: F401 +import osam_sam # noqa: F401