Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent aaf21be commit 58c6948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai_toolkit/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def get_model_initializer(model_name: str) -> type[nn.Module]:

__all__ = (
"BasicCNN",
"DenseNet",
"BasicLSTM",
"MaskRCNN",
"BasicRNN",
"DenseNet",
"MaskRCNN",
"get_model_initializer",
)

0 comments on commit 58c6948

Please sign in to comment.