aboutsummaryrefslogtreecommitdiff
path: root/gazelle/python/testdata/from_imports/import_nested_file/BUILD.out
blob: 662da9c9a0ece2c287b1976b2391641ca952f5e8 (plain)
1
2
3
4
5
6
7
8
9
load("@rules_python//python:defs.bzl", "py_library")

py_library(
    name = "import_nested_file",
    srcs = ["__init__.py"],
    imports = [".."],
    visibility = ["//:__subpackages__"],
    deps = ["//foo/bar:baz"],
)