aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-08-21 12:09:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-21 12:12:54 -0700
commit041b02c3b48a9b0cb085ca02f8674171f5d31fca (patch)
tree3ab1cf93a6399108789e6916f1dc7922799b4835 /tensorflow/python/util
parent81d90de884ad6005e57e0d7d333e8476659d00c2 (diff)
Internal Change.
PiperOrigin-RevId: 209637025
Diffstat (limited to 'tensorflow/python/util')
-rw-r--r--tensorflow/python/util/tf_export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/util/tf_export.py b/tensorflow/python/util/tf_export.py
index 274f32c21f..2be4dbb283 100644
--- a/tensorflow/python/util/tf_export.py
+++ b/tensorflow/python/util/tf_export.py
@@ -213,4 +213,4 @@ class api_export(object): # pylint: disable=invalid-name
tf_export = functools.partial(api_export, api_name=TENSORFLOW_API_NAME)
-estimator_export = functools.partial(tf_export, api_name=ESTIMATOR_API_NAME)
+estimator_export = functools.partial(api_export, api_name=ESTIMATOR_API_NAME)