Skip to content

Commit 340596c

Browse files
committed
lint fix
1 parent 07b699f commit 340596c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bootstrap_impls/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
load("@rules_pkg//pkg:tar.bzl", "pkg_tar")
1515
load("@rules_shell//shell:sh_test.bzl", "sh_test")
1616
load("//python:py_test.bzl", "py_test")
17-
load("//python/private:reexports.bzl", "BuiltinPyInfo")
17+
load("//python/private:reexports.bzl", "BuiltinPyInfo") # buildifier: disable=bzl-visibility
1818
load("//tests/support:py_reconfig.bzl", "py_reconfig_binary", "py_reconfig_test")
1919
load("//tests/support:sh_py_run_test.bzl", "sh_py_run_test")
2020
load("//tests/support:support.bzl", "SUPPORTS_BOOTSTRAP_SCRIPT")

0 commit comments

Comments
 (0)