aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/framework/python
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2018-02-26 16:23:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-26 16:27:43 -0800
commit511cf67f2327e9186124a92c9469dc60fd64a6a2 (patch)
treeb604bc5ac74534650b774f2517bdc6952b0e2710 /tensorflow/contrib/framework/python
parent7c512d5461eeff635acf1c7d0f301f5bb880b6b3 (diff)
Deprecate tf.contrib.learn.
RELNOTES: Deprecated tf.contrib.learn. Please check contrib/learn/README.md for instructions on how to convert existing code. PiperOrigin-RevId: 187099439
Diffstat (limited to 'tensorflow/contrib/framework/python')
-rw-r--r--tensorflow/contrib/framework/python/framework/experimental_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/contrib/framework/python/framework/experimental_test.py b/tensorflow/contrib/framework/python/framework/experimental_test.py
index 8e54e09e04..cfdc7df7d8 100644
--- a/tensorflow/contrib/framework/python/framework/experimental_test.py
+++ b/tensorflow/contrib/framework/python/framework/experimental_test.py
@@ -49,7 +49,6 @@ class ExperimentalTest(test.TestCase):
"\nTHIS FUNCTION IS EXPERIMENTAL. It may change or "
"be removed at any time, and without warning."
"\n"
- "\n"
"\nArgs:"
"\n arg0: Arg 0."
"\n arg1: Arg 1."