aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/how_tos
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/how_tos')
-rw-r--r--tensorflow/examples/how_tos/reading_data/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/examples/how_tos/reading_data/BUILD b/tensorflow/examples/how_tos/reading_data/BUILD
index 5f87ed002c..4a43585d53 100644
--- a/tensorflow/examples/how_tos/reading_data/BUILD
+++ b/tensorflow/examples/how_tos/reading_data/BUILD
@@ -14,7 +14,6 @@ py_binary(
deps = [
"//tensorflow:tensorflow_py",
"//tensorflow/contrib/learn/python/learn/datasets",
- "//tensorflow/examples/tutorials/mnist:input_data",
],
)