From aaa9d3e4733f3b551823b86f67cf8a572acfeb7d Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Mon, 31 Jul 2023 12:30:57 -0700 Subject: [PATCH] Internal Code Change PiperOrigin-RevId: 552560352 --- neural_structured_learning/examples/BUILD | 2 ++ neural_structured_learning/tools/BUILD | 1 + 2 files changed, 3 insertions(+) diff --git a/neural_structured_learning/examples/BUILD b/neural_structured_learning/examples/BUILD index 2c55290..3a3c5b1 100644 --- a/neural_structured_learning/examples/BUILD +++ b/neural_structured_learning/examples/BUILD @@ -1,3 +1,5 @@ +# Placeholder for loading py_binary + package( default_applicable_licenses = ["//neural_structured_learning:license"], default_visibility = ["//visibility:public"], diff --git a/neural_structured_learning/tools/BUILD b/neural_structured_learning/tools/BUILD index b00b7aa..8fad034 100644 --- a/neural_structured_learning/tools/BUILD +++ b/neural_structured_learning/tools/BUILD @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Placeholder for loading py_binary # Placeholder for internal Python strict & test compatibility macro. # Description: