Skip to content

Commit ab4eb7f

Browse files
committed
Remove srcs_version and python_version attributes, as they already default to "PY3"
PiperOrigin-RevId: 721269125
1 parent 530950c commit ab4eb7f

File tree

1 file changed

+0
-2
lines changed
  • tensorflow_data_validation/tools

1 file changed

+0
-2
lines changed

tensorflow_data_validation/tools/BUILD

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ package(default_visibility = ["//tensorflow_data_validation:__subpackages__"])
99
py_binary(
1010
name = "build_docs",
1111
srcs = ["build_docs.py"],
12-
python_version = "PY3",
13-
srcs_version = "PY3",
1412
deps = [
1513
"# Implicit absl dependency:app",
1614
"# Implicit apache_beam dependency.",

0 commit comments

Comments
 (0)