aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-08-24 09:10:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-24 09:13:29 -0700
commit247b81a7c47fe52a383c86a9a32efa536ead6fa6 (patch)
tree188af7618c16c977edf348c5a5eaf1af552aebd8 /tensorflow/python/BUILD
parent3e6ed48b1aa06f6ddcb43b001a8fec1e7b46d82e (diff)
Fix BUILD typo.
PiperOrigin-RevId: 210107257
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index ae3ef77ee7..40f98474b5 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -3246,7 +3246,6 @@ py_library(
),
srcs_version = "PY2AND3",
deps = [
- "saver",
":array_ops",
":array_ops_gen",
":checkpoint_management",
@@ -3270,6 +3269,7 @@ py_library(
":random_ops",
":resource_variable_ops",
":resources",
+ ":saver",
":sdca_ops",
":session",
":sparse_ops",