From 6fbc2cec3984877251aa6ce961aceb7049cf2b25 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 28 May 2026 23:18:41 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 923196260 --- .../python/core/keras/testing/BUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tensorflow_model_optimization/python/core/keras/testing/BUILD b/tensorflow_model_optimization/python/core/keras/testing/BUILD index 84eef676..994774e7 100644 --- a/tensorflow_model_optimization/python/core/keras/testing/BUILD +++ b/tensorflow_model_optimization/python/core/keras/testing/BUILD @@ -1,11 +1,6 @@ # Placeholder: load py_library -package( - default_applicable_licenses = ["//tensorflow_model_optimization:license"], - default_visibility = [ - "//tensorflow_model_optimization:__subpackages__", - ], -) +package(default_applicable_licenses = ["//tensorflow_model_optimization:license"]) licenses(["notice"])