aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/saved_model/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/saved_model/BUILD')
-rw-r--r--tensorflow/python/saved_model/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/python/saved_model/BUILD b/tensorflow/python/saved_model/BUILD
index 40b495d97a..9854cd2c04 100644
--- a/tensorflow/python/saved_model/BUILD
+++ b/tensorflow/python/saved_model/BUILD
@@ -9,6 +9,8 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
+load("//tensorflow:tensorflow.bzl", "py_test")
+
py_library(
name = "constants",
srcs = ["constants.py"],