Skip to content

Commit

Permalink
Add placeholder comments for loading Python rules
Browse files Browse the repository at this point in the history
This is to facilitate transformation from the Google internal code

PiperOrigin-RevId: 553925453
  • Loading branch information
rickeylev authored and copybara-github committed Aug 4, 2023
1 parent f50fc45 commit da9f1c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pybind11_protobuf/tests/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Tests and examples for the pybind11_protobuf package.

# Placeholder: load py_proto_library
# Placeholder: load py_library

load("@com_github_grpc_grpc//bazel:python_rules.bzl", "py_proto_library")
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")
# [internal] load cc_proto_library.bzl
Expand Down

0 comments on commit da9f1c4

Please sign in to comment.