diff --git a/mediapipe/tasks/python/genai/bundler/BUILD b/mediapipe/tasks/python/genai/bundler/BUILD index 0ed63b2a59..172b807e88 100644 --- a/mediapipe/tasks/python/genai/bundler/BUILD +++ b/mediapipe/tasks/python/genai/bundler/BUILD @@ -15,11 +15,6 @@ # Placeholder for internal Python strict library and test compatibility macro. # Placeholder for internal Python strict test compatibility macro. -package(default_visibility = [ - "//mediapipe:__subpackages__", - "//third_party/odml:__subpackages__", -]) - py_library( name = "llm_bundler", srcs = ["llm_bundler.py"],