aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client/graph_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/client/graph_util.py')
-rw-r--r--tensorflow/python/client/graph_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/client/graph_util.py b/tensorflow/python/client/graph_util.py
index eaaf90d7f3..969b936393 100644
--- a/tensorflow/python/client/graph_util.py
+++ b/tensorflow/python/client/graph_util.py
@@ -27,7 +27,7 @@ from tensorflow.python.framework import device as pydev
from tensorflow.python.framework import dtypes
from tensorflow.python.framework import ops
from tensorflow.python.framework import tensor_util
-from tensorflow.python.platform import logging
+from tensorflow.python.platform import tf_logging as logging
_VARIABLE_OPS = {
"Assign",