Skip to content

Commit 48bc1ab

Browse files
committed
buildifier
1 parent 1728c0d commit 48bc1ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/toolchains/defs.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
""
1616

17-
load("@pythons_hub//:versions.bzl", "MINOR_MAPPING", "DEFAULT_PYTHON_VERSION")
17+
load("@pythons_hub//:versions.bzl", "DEFAULT_PYTHON_VERSION", "MINOR_MAPPING")
1818
load("//python:versions.bzl", "PLATFORMS", "TOOL_VERSIONS")
19-
load("//python/private:full_version.bzl", "full_version")
19+
load("//python/private:full_version.bzl", "full_version") # buildifier: disable=bzl-visibility
2020
load("//tests/support:sh_py_run_test.bzl", "py_reconfig_test")
2121

2222
def define_toolchain_tests(name):
@@ -61,7 +61,7 @@ def define_toolchain_tests(name):
6161
minor_mapping = MINOR_MAPPING,
6262
)
6363
default_version_tests = {
64-
(None, default_version): "default_version_test"
64+
(None, default_version): "default_version_test",
6565
}
6666
tests = exact_version_tests | minor_mapping_tests | default_version_tests
6767

0 commit comments

Comments
 (0)