From 0ad78261fc7d42d3a69634f8b186be95101e3dba Mon Sep 17 00:00:00 2001 From: graph-learning-team Date: Sat, 13 Jun 2026 19:57:47 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 931824610 --- 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 # =========