From 79a86a14daf4d9e7f0ea41d46310f505b82ec7ed Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 14 Jul 2022 10:27:45 -0700 Subject: [PATCH] Automated visibility attribute cleanup. PiperOrigin-RevId: 460995541 --- .../examples/task/vision/desktop/python/BUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/tensorflow_lite_support/examples/task/vision/desktop/python/BUILD b/tensorflow_lite_support/examples/task/vision/desktop/python/BUILD index 55306c8bb..8814e8d95 100644 --- a/tensorflow_lite_support/examples/task/vision/desktop/python/BUILD +++ b/tensorflow_lite_support/examples/task/vision/desktop/python/BUILD @@ -1,7 +1,4 @@ package( - default_visibility = [ - "//tensorflow_lite_support:internal", - ], licenses = ["notice"], # Apache 2.0 )