From db579f39a13ca2b4ca6600ec652c23e974a97508 Mon Sep 17 00:00:00 2001 From: lego0901 Date: Wed, 14 Aug 2024 03:05:53 +0000 Subject: [PATCH] Test PR to see if it is copied to Google internal source --- tfx/components/testdata/module_file/trainer_module.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tfx/components/testdata/module_file/trainer_module.py b/tfx/components/testdata/module_file/trainer_module.py index bf46404c88..208797849c 100644 --- a/tfx/components/testdata/module_file/trainer_module.py +++ b/tfx/components/testdata/module_file/trainer_module.py @@ -20,6 +20,8 @@ examples/chicago_taxi/preprocess.py. """ +# Test PR to see if it can be copied to google internal code source + import absl import tensorflow as tf from tensorflow import estimator as tf_estimator