Skip to content

Commit

Permalink
Since 0.27.0 is released, migrate the import to the new path.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 354581900
  • Loading branch information
Huanming Fang authored and ml-fairness-infra-github committed Jan 29, 2021
1 parent 7ec1cf8 commit 85596dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion g3doc/tutorials/Fairness_Indicators_Example_Colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"from tensorflow_model_analysis.addons.fairness.post_export_metrics import fairness_indicators\n",
"from tensorflow_model_analysis.addons.fairness.view import widget_view\n",
"\n",
"from fairness_indicators.documentation.examples import util\n",
"from fairness_indicators.tutorial_utils import util\n",
"\n",
"from witwidget.notebook.visualization import WitConfigBuilder\n",
"from witwidget.notebook.visualization import WitWidget"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"from fairness_indicators import example_model\n",
"\n",
"#TODO(b/176109406) Update the path once new util is released.\n",
"from fairness_indicators.documentation.examples import util"
"from fairness_indicators.tutorial_utils import util"
]
},
{
Expand Down

0 comments on commit 85596dc

Please sign in to comment.