From c0d7bd75ab93e16eb15d46ebd70d14b16877c593 Mon Sep 17 00:00:00 2001 From: graph-learning-team Date: Fri, 26 Jun 2026 21:40:22 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 938918438 --- dgf/src/beam/learning/ten_lines/BUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dgf/src/beam/learning/ten_lines/BUILD b/dgf/src/beam/learning/ten_lines/BUILD index fb435e7..8f61c4e 100644 --- a/dgf/src/beam/learning/ten_lines/BUILD +++ b/dgf/src/beam/learning/ten_lines/BUILD @@ -1,13 +1,7 @@ load("@rules_python//python:py_library.bzl", "py_library") load("@rules_python//python:py_test.bzl", "py_test") -package( - - default_visibility = [ - "//dgf:__subpackages__", - "//:internal_users", - ], -) +package(default_applicable_licenses = ["//dgf:license"]) # Libraries # =========