Automatic code cleanup.

PiperOrigin-RevId: 584077823
Change-Id: I1b57584d21fda9c8da2f04a0a03f1c387a579497
This commit is contained in:
Jie Luo 2023-11-20 11:10:50 -08:00 committed by Copybara-Service
parent 51b77439a1
commit 15300e1a17
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ py_binary(
deps = [
":legacy_fields_migration_lib",
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
"//third_party/py/google/protobuf:use_fast_cpp_protos",
"@io_abseil_py//absl:app",
"@io_abseil_py//absl/flags",
],
@ -56,6 +57,7 @@ py_binary(
python_version = "PY3",
deps = [
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
"//third_party/py/google/protobuf:use_fast_cpp_protos",
"@io_abseil_py//absl:app",
"@io_abseil_py//absl/flags",
],
@ -68,6 +70,7 @@ py_binary(
deps = [
":ctoolchain_comparator_lib",
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
"//third_party/py/google/protobuf:use_fast_cpp_protos",
"@io_abseil_py//absl:app",
"@io_abseil_py//absl/flags",
],