Skip to content

Commit 9d6692c

Browse files
committed
fixed formating errors using isort
1 parent 1a2394a commit 9d6692c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/metrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["EntropyPrediction", "Recall", "F1Score"]
22

33
from .EntropyPred import EntropyPrediction
4-
from .recall import Recall
54
from .F1 import F1Score
5+
from .recall import Recall

0 commit comments

Comments
 (0)