Skip to content

Commit

Permalink
comment: move the bzl_library
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Jan 31, 2024
1 parent 38378a2 commit b739ed2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions python/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ bzl_library(
],
)

bzl_library(
name = "py_toolchain_suite_bzl",
srcs = ["py_toolchain_suite.bzl"],
deps = [
"@bazel_skylib//lib:selects",
],
)

bzl_library(
name = "py_wheel_bzl",
srcs = ["py_wheel.bzl"],
Expand Down Expand Up @@ -206,14 +214,6 @@ bzl_library(
srcs = ["text_util.bzl"],
)

bzl_library(
name = "py_toolchain_suite_bzl",
srcs = ["py_toolchain_suite.bzl"],
deps = [
"@bazel_skylib//lib:selects",
],
)

bzl_library(
name = "toolchains_repo_bzl",
srcs = ["toolchains_repo.bzl"],
Expand Down

0 comments on commit b739ed2

Please sign in to comment.