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: 725144878
  • Loading branch information
oprypin authored and tensorflower-gardener committed Feb 10, 2025
1 parent 1707f3f commit acd0717
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ py_strict_binary(
srcs = [
"mnist_cnn.py",
],
python_version = "PY3",
deps = [
# absl:app dep1,
# absl/flags dep1,
Expand All @@ -34,7 +33,6 @@ py_strict_binary(
srcs = [
"mnist_e2e.py",
],
python_version = "PY3",
deps = [
# absl:app dep1,
# absl/flags dep1,
Expand All @@ -51,7 +49,6 @@ py_strict_binary(
py_strict_binary(
name = "mnist_e2e_sparsity2x4",
srcs = ["mnist_e2e_sparsity2x4.py"],
python_version = "PY3",
deps = [
# absl:app dep1,
# tensorflow dep1,
Expand Down

0 comments on commit acd0717

Please sign in to comment.