Skip to content

Commit

Permalink
Remove unused pybind_extension from BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawen authored Feb 16, 2024
1 parent 08bdc52 commit 5aa07a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pybind11_abseil/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Pybind11 bindings for the Abseil C++ Common Libraries

# Placeholder: load py_extension
# Placeholder: load py_library
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension", "pybind_library")
load("@pybind11_bazel//:build_defs.bzl", "pybind_library")

package(
default_visibility = ["//visibility:public"],
Expand Down

0 comments on commit 5aa07a9

Please sign in to comment.