Skip to content

Commit 6b95f26

Browse files
authored
cleanup: Remove DispatchingDataProvider now that it is unused. (#6407)
The last usage of DispatchingDataProvider is being removed from the Google-internal repo (Googlers, see cl/534834406).
1 parent 00eeb7a commit 6b95f26

File tree

3 files changed

+0
-595
lines changed

3 files changed

+0
-595
lines changed

tensorboard/data/BUILD

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,6 @@ py_test(
3535
],
3636
)
3737

38-
py_library(
39-
name = "dispatching_provider",
40-
srcs = ["dispatching_provider.py"],
41-
srcs_version = "PY3",
42-
deps = [
43-
":provider",
44-
"//tensorboard:errors",
45-
],
46-
)
47-
48-
py_test(
49-
name = "dispatching_provider_test",
50-
size = "small",
51-
srcs = ["dispatching_provider_test.py"],
52-
srcs_version = "PY3",
53-
tags = ["support_notf"],
54-
deps = [
55-
":dispatching_provider",
56-
":provider",
57-
"//tensorboard:context",
58-
"//tensorboard:errors",
59-
"//tensorboard:test",
60-
],
61-
)
62-
6338
py_library(
6439
name = "ingester",
6540
srcs = ["ingester.py"],

tensorboard/data/dispatching_provider.py

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)