aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/relative_imports/package2/BUILD.out
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/python/testdata/relative_imports/package2/BUILD.out')
-rw-r--r--gazelle/python/testdata/relative_imports/package2/BUILD.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/gazelle/python/testdata/relative_imports/package2/BUILD.out b/gazelle/python/testdata/relative_imports/package2/BUILD.out
index bbbc9f8..3e03e75 100644
--- a/gazelle/python/testdata/relative_imports/package2/BUILD.out
+++ b/gazelle/python/testdata/relative_imports/package2/BUILD.out
@@ -8,6 +8,6 @@ py_library(
"module4.py",
"subpackage1/module5.py",
],
- imports = [".."],
visibility = ["//:__subpackages__"],
+ deps = [":resolved_package"],
)