aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary/impl/gcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/summary/impl/gcs.py')
-rw-r--r--tensorflow/python/summary/impl/gcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/summary/impl/gcs.py b/tensorflow/python/summary/impl/gcs.py
index 293886255c..b8a9b0223e 100644
--- a/tensorflow/python/summary/impl/gcs.py
+++ b/tensorflow/python/summary/impl/gcs.py
@@ -20,7 +20,7 @@ from __future__ import print_function
import os
import subprocess
-from tensorflow.python.platform import logging
+from tensorflow.python.platform import tf_logging as logging
# All GCS paths should start with this.
PATH_PREFIX = 'gs://'