internal visibilty change

PiperOrigin-RevId: 353637297
Change-Id: I2af7377c94fb19d9af10ee8fd9127b56e3ab5e1a
This commit is contained in:
A. Unique TensorFlower 2021-01-25 06:53:31 -08:00 committed by TensorFlower Gardener
parent aa48c39e16
commit 742976df21

View File

@ -186,10 +186,6 @@ py_library(
name = "client_testlib",
srcs = ["test.py"],
srcs_version = "PY3",
visibility = visibility + [
# TODO(b/178183520): remove once the test no longer depend on internal files.
"//learning/serving/testing/prober/model_generators/tpu:__pkg__",
],
deps = [
":test",
"//tensorflow/python:client",