Skip to content

Commit 37ea442

Browse files
committed
buildifier
1 parent e3eadf4 commit 37ea442

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/packaging/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
load("@bazel_skylib//rules:build_test.bzl", "build_test")
1616
load("@rules_pkg//pkg:tar.bzl", "pkg_tar")
17-
load("//python:py_binary.bzl", "py_binary")
1817
load("//tests/support:sh_py_run_test.bzl", "py_reconfig_test")
1918

2019
build_test(

tests/support/sh_py_run_test.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def _py_reconfig_impl(ctx):
9797
def _make_reconfig_rule(**kwargs):
9898
attrs = {
9999
"bootstrap_impl": attr.string(),
100-
"relative_venv_symlinks": attr.string(),
101100
"build_python_zip": attr.string(default = "auto"),
102101
"extra_toolchains": attr.string_list(
103102
doc = """
@@ -109,6 +108,7 @@ toolchain.
109108
""",
110109
),
111110
"python_version": attr.string(),
111+
"relative_venv_symlinks": attr.string(),
112112
"target": attr.label(executable = True, cfg = "target"),
113113
"_allowlist_function_transition": attr.label(
114114
default = "@bazel_tools//tools/allowlists/function_transition_allowlist",

0 commit comments

Comments
 (0)