Skip to content

Commit

Permalink
fixed formating errors using isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sot176 committed Feb 4, 2025
1 parent 1a2394a commit 9d6692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/metrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["EntropyPrediction", "Recall", "F1Score"]

from .EntropyPred import EntropyPrediction
from .recall import Recall
from .F1 import F1Score
from .recall import Recall

0 comments on commit 9d6692c

Please sign in to comment.