8000 Fixed build error · staticfloat/tensorflow@31d3881 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31d3881

Browse files
committed
Fixed build error
1 parent 613a015 commit 31d3881

File tree

1 file changed

+4
-1
lines changed
  • tensorflow/tensorboard/components/tf_graph_info

1 file changed

+4
-1
lines changed

tensorflow/tensorboard/components/tf_graph_info/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ web_library(
1515
"tf-node-list-item.html",
1616
],
1717
path = "/tf-graph-info",
18-
suppress = ["strictDependencies"],
18+
suppress = [
19+
"strictDependencies",
20+
"superfluousSuppress",
21+
],
1922
deps = [
2023
"//tensorflow/tensorboard/components/tf_dashboard_common",
2124
"//tensorflow/tensorboard/components/tf_graph_common",

0 commit comments

Comments
 (0)
0