Skip to content

Commit 3834689

Browse files
authored
Add load() statements for Blaze-builtin Python rules/providers (#6530)
## Motivation for features / changes This is a follow up PR for [#6495](#6495) to add load() statements for Blaze-builtin Python rules/providers. More information: [go/py-add-loads-lsc](https://goto.google.com/py-add-loads-lsc)
1 parent fb714c9 commit 3834689

File tree

1 file changed

+2
-0
lines changed
  • tensorboard/plugins/wit_redirect

1 file changed

+2
-0
lines changed

tensorboard/plugins/wit_redirect/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Description:
22
# Plugin with installation instructions for dynamic interpretability plugin
3+
load("@rules_python//python:py_library.bzl", "py_library")
4+
load("@rules_python//python:py_test.bzl", "py_test")
35

46
package(default_visibility = ["//tensorboard:internal"])
57

0 commit comments

Comments
 (0)