Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693706529
  • Loading branch information
agutkin authored and copybara-github committed Nov 6, 2024
1 parent 4921a19 commit b9b593a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nisaba/interim/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@com_google_protobuf//:protobuf.bzl", "py_proto_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

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

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("@rules_proto//proto:defs.bzl", "proto_library")

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

Expand Down
3 changes: 1 addition & 2 deletions nisaba/scripts/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
# Utility packages.

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

load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

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

Expand Down
2 changes: 1 addition & 1 deletion nisaba/translit/fst/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Transliteration utilities using finite-state pair language models.

load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

package(
default_applicable_licenses = [
Expand Down

0 comments on commit b9b593a

Please sign in to comment.