Skip to content

Commit

Permalink
Fixed models import
Browse files Browse the repository at this point in the history
  • Loading branch information
tlarcher committed Jul 30, 2024
1 parent a7aa9c7 commit 357e85d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions malpolon/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from .standard_prediction_systems import * # noqa: F403


__all__ = [ # noqa: F405
"GenericPredictionSystem",
"FinetuningClassificationSystem",
"ClassificationSystem",
]

0 comments on commit 357e85d

Please sign in to comment.