Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 562798288
  • Loading branch information
rickeylev authored and copybara-github committed Sep 5, 2023
1 parent d5d4242 commit 360c856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nisaba/interim/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")

load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")
load("@pip_deps//:requirements.bzl", "requirement")

package(
Expand Down
1 change: 1 addition & 0 deletions nisaba/scripts/brahmic/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# Build packages for the Brahmic script APIs.

load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")

load("@pip_deps//:requirements.bzl", "requirement")

load(
Expand Down
1 change: 1 addition & 0 deletions nisaba/scripts/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# Utility packages.

load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")

load("@pip_deps//:requirements.bzl", "requirement")

package(
Expand Down

0 comments on commit 360c856

Please sign in to comment.