Skip to content

Commit

Permalink
build: Fixing buildifier (#1148)
Browse files Browse the repository at this point in the history
We have some changes with buildifier 6.1.0, and this commit fixes two
files to allow ci to pass.
  • Loading branch information
chrislovecnm authored Apr 3, 2023
1 parent 260a08b commit 64684ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ licenses(["notice"])
filegroup(
name = "distribution",
srcs = glob(["**"]) + [
"//python/constraints:distribution",
"//python/config_settings:distribution",
"//python/constraints:distribution",
"//python/private:distribution",
"//python/runfiles:distribution",
],
Expand Down
2 changes: 1 addition & 1 deletion python/pip_install/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ filegroup(
name = "distribution",
srcs = glob(["*.bzl"]) + [
"BUILD.bazel",
"//python/pip_install/private:distribution",
"//python/pip_install/tools/dependency_resolver:distribution",
"//python/pip_install/tools/lib:distribution",
"//python/pip_install/tools/wheel_installer:distribution",
"//python/pip_install/private:distribution",
],
visibility = ["//:__pkg__"],
)
Expand Down

0 comments on commit 64684ae

Please sign in to comment.