internal change.
PiperOrigin-RevId: 478288749
This commit is contained in:
parent
13f6e0c797
commit
1e5cccdc73
|
@ -34,7 +34,5 @@ py_binary(
|
|||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
deps = [
|
||||
":metadata",
|
||||
],
|
||||
deps = [":metadata"],
|
||||
)
|
||||
|
|
|
@ -23,7 +23,5 @@ py_library(
|
|||
testonly = 1,
|
||||
srcs = ["test_utils.py"],
|
||||
srcs_version = "PY3",
|
||||
deps = [
|
||||
"//mediapipe/python:_framework_bindings",
|
||||
],
|
||||
deps = ["//mediapipe/python:_framework_bindings"],
|
||||
)
|
||||
|
|
|
@ -25,7 +25,5 @@ py_test(
|
|||
srcs = ["metadata_parser_test.py"],
|
||||
python_version = "PY3",
|
||||
srcs_version = "PY2AND3",
|
||||
deps = [
|
||||
"//mediapipe/tasks/python/metadata",
|
||||
],
|
||||
deps = ["//mediapipe/tasks/python/metadata"],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user