Skip to content

Commit

Permalink
Remove srcs_version and python_version attributes, as they alread…
Browse files Browse the repository at this point in the history
…y default to `"PY3"`

PiperOrigin-RevId: 721269125
  • Loading branch information
tfx-copybara committed Jan 30, 2025
1 parent 530950c commit ab4eb7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow_data_validation/tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package(default_visibility = ["//tensorflow_data_validation:__subpackages__"])
py_binary(
name = "build_docs",
srcs = ["build_docs.py"],
python_version = "PY3",
srcs_version = "PY3",
deps = [
"# Implicit absl dependency:app",
"# Implicit apache_beam dependency.",
Expand Down

0 comments on commit ab4eb7f

Please sign in to comment.