Skip to content

Commit 1e3b6d4

Browse files
authored
Update __init__.py
1 parent fd022fd commit 1e3b6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .byoanet import *
22
from .byobnet import *
3+
from .coat import *
34
from .cspnet import *
45
from .densenet import *
56
from .dla import *
@@ -9,7 +10,6 @@
910
from .gluon_resnet import *
1011
from .gluon_xception import *
1112
from .hardcorenas import *
12-
from .coat import *
1313
from .hrnet import *
1414
from .inception_resnet_v2 import *
1515
from .inception_v3 import *

0 commit comments

Comments
 (0)