aboutsummaryrefslogtreecommitdiff
path: root/absl/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'absl/BUILD')
-rw-r--r--absl/BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/absl/BUILD b/absl/BUILD
index 496b0e3..4e747ea 100644
--- a/absl/BUILD
+++ b/absl/BUILD
@@ -22,13 +22,6 @@ py_library(
)
py_library(
- name = "_collections_abc",
- srcs = ["_collections_abc.py"],
- visibility = [":__subpackages__"],
- deps = ["@six_archive//:six"],
-)
-
-py_library(
name = "tests/app_test_helper",
testonly = 1,
srcs = ["tests/app_test_helper.py"],