Skip to content

Commit

Permalink
remove unused visibility (#2230)
Browse files Browse the repository at this point in the history
from cl/565864667
BUG=cleanup
  • Loading branch information
suleshahid authored Sep 18, 2023
1 parent 2f2c744 commit 127f88f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tensorflow/lite/micro/python/interpreter/src/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ cc_library(
"python_ops_resolver.h",
],
copts = micro_copts(),
visibility = [
":op_resolver_friends",
"//tensorflow/lite/micro/integration_tests:__subpackages__",
],
visibility = [":op_resolver_friends"],
deps = [
"//python/tflite_micro:python_ops_resolver",
],
Expand Down

0 comments on commit 127f88f

Please sign in to comment.