Skip to content

Commit e7ec424

Browse files
committed
readd "unused import"
1 parent 5623f4b commit e7ec424

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fairness_indicators/example_model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
import tensorflow_model_analysis as tfma
2626
from tensorflow import keras
2727

28+
from fairness_indicators import fairness_indicators_metrics # noqa: F401
29+
2830
TEXT_FEATURE = "comment_text"
2931
LABEL = "toxicity"
3032
SLICE = "slice"

0 commit comments

Comments
 (0)