From 13cca52d62148fb5e103c1265c95184b75f577f5 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Wed, 19 Feb 2020 16:38:24 -0800 Subject: [PATCH] Remove useless self-link and python version note. Fixes #26645 PiperOrigin-RevId: 296086404 Change-Id: Ice56c6032290939e89fd752d584baab3d320c689 --- tensorflow/python/platform/test.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tensorflow/python/platform/test.py b/tensorflow/python/platform/test.py index a2fafed3bed..a8cde30ab16 100644 --- a/tensorflow/python/platform/test.py +++ b/tensorflow/python/platform/test.py @@ -13,13 +13,7 @@ # limitations under the License. # ============================================================================== -"""Testing. - -See the [Testing](https://tensorflow.org/api_docs/python/tf/test) guide. - -Note: `tf.compat.v1.test.mock` is an alias to the python `mock` or -`unittest.mock` depending on the python version. -""" +"""Testing.""" from __future__ import absolute_import from __future__ import division