Skip to content

Commit 572c00b

Browse files
authored
Internal sync fix (#6893)
Update build rules to properly match expected sync format.
1 parent 2ef579d commit 572c00b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorboard/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ py_library(
485485
srcs = ["data_compat.py"],
486486
srcs_version = "PY3",
487487
deps = [
488-
":expect_protobuf_installed",
488+
"//tensorboard:expect_protobuf_installed",
489489
"//tensorboard/compat/proto:protos_all_py_pb2",
490490
"//tensorboard/plugins/audio:metadata",
491491
"//tensorboard/plugins/histogram:metadata",
@@ -584,7 +584,7 @@ py_library(
584584
visibility = ["//visibility:public"],
585585
deps = [
586586
":context",
587-
":expect_protobuf_installed",
587+
"//tensorboard:expect_protobuf_installed",
588588
"//tensorboard/backend:experiment_id",
589589
"//tensorboard/util:tb_logging",
590590
"@org_mozilla_bleach",

0 commit comments

Comments
 (0)