Skip to content

Commit b24a58f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e380677 commit b24a58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai_toolkit/models/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ def get_model_initializer(model_name: str) -> type[nn.Module]:
2424

2525
__all__ = (
2626
"BasicCNN",
27-
"DenseNet",
2827
"BasicLSTM",
29-
"MaskRCNN",
3028
"BasicRNN",
29+
"DenseNet",
30+
"MaskRCNN",
3131
"get_model_initializer",
3232
)

0 commit comments

Comments
 (0)