aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/BUILD
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-09-26 18:00:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-09-26 18:04:21 -0700
commit35c44ab67d6e5d9b24f3f154c92e7aa3edfee957 (patch)
tree89c73cd4105df214c2469f270336234cf160f7a4 /tensorflow/python/debug/BUILD
parent2733d24da31318208f85df20e5a54372c0a1af9f (diff)
tfdbg: fix a bug re. string representation of SparseTensor feeds
Fixes: #12059 PiperOrigin-RevId: 170138936
Diffstat (limited to 'tensorflow/python/debug/BUILD')
-rw-r--r--tensorflow/python/debug/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index 05906a405a..ee53469cc7 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -330,7 +330,6 @@ py_library(
":stepper_cli",
":tensor_format",
":ui_factory",
- "@six_archive//:six",
],
)
@@ -941,6 +940,7 @@ py_test(
":cli_shared",
":debugger_cli_common",
":local_cli_wrapper",
+ ":ui_factory",
"//tensorflow/core:protos_all_py",
"//tensorflow/python:array_ops",
"//tensorflow/python:client",