Skip to content

Commit 5b1f2fb

Browse files
committedApr 5, 2024
Internal cleanup of BUILD/.bzl files
PiperOrigin-RevId: 622283235
1 parent 8f29a56 commit 5b1f2fb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎WORKSPACE

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
workspace(name = "org_tensorflow")
44

5+
# buildifier: disable=load-on-top
6+
57
# We must initialize hermetic python first.
68
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
79

@@ -27,6 +29,7 @@ http_archive(
2729
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
2830
)
2931

32+
# buildifier: disable=same-origin-load
3033
load("@rules_python//python:repositories.bzl", "py_repositories")
3134

3235
py_repositories()

‎ci/official/wheel_test/WORKSPACE

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
workspace(name = "wheel_test")
44

5+
# buildifier: disable=load-on-top
6+
57
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
68

79
http_archive(
@@ -20,6 +22,7 @@ http_archive(
2022
url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz",
2123
)
2224

25+
# buildifier: disable=same-origin-load
2326
load("@rules_python//python:repositories.bzl", "py_repositories")
2427

2528
py_repositories()

0 commit comments

Comments
 (0)
Please sign in to comment.