Remove unused import/load

PiperOrigin-RevId: 347634112
Change-Id: I1e20c98f3e6af13d1551e5882f7ca7b0a432358f
This commit is contained in:
Mihai Maruseac 2020-12-15 09:52:17 -08:00 committed by TensorFlower Gardener
parent ad82a249b4
commit e682c197a7

View File

@ -12,7 +12,6 @@ load("//tensorflow/lite/testing:tflite_model_test.bzl", "tflite_model_test")
load("//tensorflow:tensorflow.bzl", "pybind_extension")
load(
"//tensorflow:tensorflow.bzl",
"py_test", # @unused
"tf_cc_binary",
"tf_cc_test",
)