Build file visibility changes.
PiperOrigin-RevId: 328228396
Change-Id: I826187eaf2105f37be83350f3b6b08b48fcf0349
diff --git a/tensorflow/python/distribute/client/BUILD b/tensorflow/python/distribute/client/BUILD
index 9574f32..7fc4106 100644
--- a/tensorflow/python/distribute/client/BUILD
+++ b/tensorflow/python/distribute/client/BUILD
@@ -131,10 +131,6 @@
name = "utils",
srcs = ["utils.py"],
srcs_version = "PY2AND3",
- visibility = [
- "//learning/tfx/users/apps_itemsuggest:__subpackages__",
- "//tensorflow:internal",
- ],
deps = [
"//tensorflow/python:training_server_lib",
],