Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561720257
  • Loading branch information
rickeylev authored and copybara-github committed Sep 1, 2023
1 parent d5d4242 commit 05a03c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions nisaba/interim/testing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

load("@rules_python//python:proto.bzl", "py_proto_library")
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")

Expand Down
2 changes: 2 additions & 0 deletions nisaba/scripts/brahmic/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

# Build packages for the Brahmic script APIs.

load("@rules_python//python:proto.bzl", "py_proto_library")

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

Expand Down
2 changes: 2 additions & 0 deletions nisaba/scripts/utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

# Utility packages.

load("@rules_python//python:proto.bzl", "py_proto_library")

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

Expand Down

0 comments on commit 05a03c9

Please sign in to comment.