Skip to content

Commit 85596dc

Browse files
Huanming Fangml-fairness-infra-github
authored andcommitted
Since 0.27.0 is released, migrate the import to the new path.
PiperOrigin-RevId: 354581900
1 parent 7ec1cf8 commit 85596dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

g3doc/tutorials/Fairness_Indicators_Example_Colab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"from tensorflow_model_analysis.addons.fairness.post_export_metrics import fairness_indicators\n",
168168
"from tensorflow_model_analysis.addons.fairness.view import widget_view\n",
169169
"\n",
170-
"from fairness_indicators.documentation.examples import util\n",
170+
"from fairness_indicators.tutorial_utils import util\n",
171171
"\n",
172172
"from witwidget.notebook.visualization import WitConfigBuilder\n",
173173
"from witwidget.notebook.visualization import WitWidget"

g3doc/tutorials/Fairness_Indicators_on_TF_Hub_Text_Embeddings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"from fairness_indicators import example_model\n",
133133
"\n",
134134
"#TODO(b/176109406) Update the path once new util is released.\n",
135-
"from fairness_indicators.documentation.examples import util"
135+
"from fairness_indicators.tutorial_utils import util"
136136
]
137137
},
138138
{

0 commit comments

Comments
 (0)