From 4444125f1fc0059aaa226c4966257ff16bf1c38b Mon Sep 17 00:00:00 2001 From: w-gc <25614556+w-gc@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:10:16 +0800 Subject: [PATCH] fix --- spu/utils/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spu/utils/BUILD.bazel b/spu/utils/BUILD.bazel index d6de5dc3..2c83a83c 100644 --- a/spu/utils/BUILD.bazel +++ b/spu/utils/BUILD.bazel @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("@rules_proto_grpc_python//:defs.bzl", "python_proto_library", "python_grpc_library") load("@rules_proto//proto:defs.bzl", "proto_library") +load("@rules_proto_grpc_python//:defs.bzl", "python_grpc_library", "python_proto_library") load("//bazel:spu.bzl", "spu_py_library") package(default_visibility = ["//visibility:public"])