aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/sibling_imports/pkg/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/sibling_imports/pkg/BUILD.out')
-rw-r--r--gazelle/python/testdata/sibling_imports/pkg/BUILD.out3
1 files changed, 0 insertions, 3 deletions
diff --git a/gazelle/python/testdata/sibling_imports/pkg/BUILD.out b/gazelle/python/testdata/sibling_imports/pkg/BUILD.out
index edb40a8..cae6c3f 100644
--- a/gazelle/python/testdata/sibling_imports/pkg/BUILD.out
+++ b/gazelle/python/testdata/sibling_imports/pkg/BUILD.out
@@ -7,20 +7,17 @@ py_library(
"a.py",
"b.py",
],
- imports = [".."],
visibility = ["//:__subpackages__"],
)
py_test(
name = "test_util",
srcs = ["test_util.py"],
- imports = [".."],
)
py_test(
name = "unit_test",
srcs = ["unit_test.py"],
- imports = [".."],
deps = [
":pkg",
":test_util",