Skip to content

Commit

Permalink
Fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gogetron committed Mar 30, 2024
1 parent e855b27 commit 80a5eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanlab/internal/multiannotator_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import pandas as pd

from cleanlab.internal.numerics import softmax
from cleanlab.internal.util import get_num_classes, value_counts
from cleanlab.internal.util import get_num_classes
from cleanlab.internal.validation import assert_valid_class_labels
from cleanlab.typing import LabelLike

Expand Down

0 comments on commit 80a5eb8

Please sign in to comment.