Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549884461
  • Loading branch information
rickeylev authored and Copybara-Service committed Jul 21, 2023
1 parent ee6c95c commit 12a7c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("//third_party/bazel_rules/rules_python/python:py_binary.bzl", "py_binary")
load("//sonnet/src:build_defs.bzl", "snt_py_library", "snt_py_test")

package(default_visibility = ["//visibility:private"])
Expand Down
2 changes: 2 additions & 0 deletions sonnet/src/conformance/checkpoints/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("//third_party/bazel_rules/rules_python/python:py_binary.bzl", "py_binary")

package(
default_testonly = True,
default_visibility = ["//sonnet:__subpackages__", "//docs/ext:__subpackages__", "//examples:__subpackages__"],
Expand Down

0 comments on commit 12a7c79

Please sign in to comment.