diff --git a/python/tflite_micro/signal/utils/BUILD b/python/tflite_micro/signal/utils/BUILD index fdd00b54f3f..bf467905c1c 100644 --- a/python/tflite_micro/signal/utils/BUILD +++ b/python/tflite_micro/signal/utils/BUILD @@ -1,7 +1,7 @@ load("@pybind11_bazel//:build_defs.bzl", "pybind_extension") # Signal python utilities. -load("@rules_python//python:defs.bzl", "py_library", "py_test") +load("@rules_python//python:defs.bzl", "py_library") load("@tflm_pip_deps//:requirements.bzl", "requirement") load("//python:py_rules.bzl", "tflm_py_library", "tflm_py_test") load("//tensorflow/lite/micro:build_def.bzl", "INCOMPATIBLE_WITH_WINDOWS") diff --git a/tensorflow/lite/micro/examples/person_detection/utils/BUILD b/tensorflow/lite/micro/examples/person_detection/utils/BUILD index b059fef6865..ff92c528c51 100644 --- a/tensorflow/lite/micro/examples/person_detection/utils/BUILD +++ b/tensorflow/lite/micro/examples/person_detection/utils/BUILD @@ -1,4 +1,4 @@ -load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test") +load("@rules_python//python:defs.bzl", "py_binary", "py_library") load("@tflm_pip_deps//:requirements.bzl", "requirement") load("//python:py_rules.bzl", "tflm_py_test") diff --git a/tensorflow/lite/micro/kernels/testdata/BUILD b/tensorflow/lite/micro/kernels/testdata/BUILD index f268f15b6f6..616885b1c7c 100644 --- a/tensorflow/lite/micro/kernels/testdata/BUILD +++ b/tensorflow/lite/micro/kernels/testdata/BUILD @@ -1,4 +1,4 @@ -load("@rules_python//python:defs.bzl", "py_binary", "py_test") +load("@rules_python//python:defs.bzl", "py_test") load("@tflm_pip_deps//:requirements.bzl", "requirement") load("//python:py_rules.bzl", "tflm_py_binary") load( diff --git a/tensorflow/lite/tools/BUILD b/tensorflow/lite/tools/BUILD index 0b6ecaa62a3..ed1e1bf3ebd 100644 --- a/tensorflow/lite/tools/BUILD +++ b/tensorflow/lite/tools/BUILD @@ -1,4 +1,4 @@ -load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test") +load("@rules_python//python:defs.bzl", "py_binary") load("@tflm_pip_deps//:requirements.bzl", "requirement") load("//python:py_rules.bzl", "tflm_py_library") diff --git a/tools/BUILD b/tools/BUILD index 7e9161d1b14..1e401cbb9c6 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -1,4 +1,4 @@ -load("@rules_python//python:defs.bzl", "py_binary", "py_test") +load("@rules_python//python:defs.bzl", "py_binary") load("//python:py_rules.bzl", "tflm_py_test") package(