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