Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 664673543
  • Loading branch information
tensorflower-gardener committed Aug 19, 2024
1 parent 802528d commit 1fd3fa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow/python/platform/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ py_strict_library(
"//tensorflow_models:__subpackages__",
"//third_party/cloud_tpu/convergence_tools:__subpackages__",
"//third_party/mlperf:__subpackages__",
"//third_party/proto_splitter:__subpackages__", # TODO(b/277279227): remove this dep from proto_splitter
"//third_party/py/tf_slim:__subpackages__",
],
deps = [
Expand Down Expand Up @@ -301,7 +300,7 @@ py_strict_library(
py_strict_library(
name = "gfile",
srcs = ["gfile.py"],
visibility = visibility + ["//third_party/py/tf_slim/training:__pkg__"],
visibility = visibility,
deps = [
"//tensorflow/python/lib/io:file_io",
"//tensorflow/python/util:deprecation",
Expand Down

0 comments on commit 1fd3fa4

Please sign in to comment.