Skip to content

Commit 0675a15

Browse files
authored
Fix demo utils test + clean-ups after PR#7120 (#7121)
Move TF dependency to deps in demo_utils_test to fix a linkage issue. 1st and 2nd commit to fix Buildifier internal checks.
1 parent 13ac06c commit 0675a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tensorboard/plugins/mesh

tensorboard/plugins/mesh/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ py_test(
163163
srcs = ["demo_utils_test.py"],
164164
data = [
165165
":test_data",
166-
"//tensorboard/compat:tensorflow",
167166
],
168167
srcs_version = "PY3",
169168
deps = [
170169
":demo_utils",
170+
"//tensorboard/compat:tensorflow",
171171
],
172172
)
173173

0 commit comments

Comments
 (0)