Skip to content

Commit

Permalink
no-op
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 639688041
  • Loading branch information
caveness authored and tfx-copybara committed Jun 3, 2024
1 parent d235b2b commit 5eb246c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions tensorflow_data_validation/anomalies/proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
load("//tensorflow_data_validation:data_validation.bzl", "tfdv_proto_library", "tfdv_proto_library_py")

package(
default_visibility = [
"//tensorflow_data_validation:__subpackages__",
"//third_party/py/tfx:__subpackages__",
],
default_visibility = ["//tensorflow_data_validation:__subpackages__"],
)

licenses(["notice"])
Expand Down
6 changes: 3 additions & 3 deletions tensorflow_data_validation/tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ py_binary(
python_version = "PY3",
srcs_version = "PY3",
deps = [
"# Implicit absl dependency:app",
"# Implicit apache_beam dependency.",
"# Implicit tensorflow_docs dependency./api_generator",
"//tensorflow_data_validation",
"//third_party/py/absl:app",
"//third_party/py/apache_beam",
"//third_party/py/tensorflow_docs/api_generator",
],
)

0 comments on commit 5eb246c

Please sign in to comment.