Skip to content

Commit

Permalink
Limit visibility of Reverb's dataset targets.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 358164326
Change-Id: Ife381d922d517a44dc2411f90ddae1f3714c3282
  • Loading branch information
fastturtle authored and copybara-github committed Feb 18, 2021
1 parent 834d4ce commit 909c27f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reverb/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ reverb_pytype_library(
srcs = ["dataset.py"],
srcs_version = "PY3",
strict_deps = True,
visibility = [":__subpackages__"],
deps = [
":client",
":replay_sample",
Expand All @@ -146,6 +147,7 @@ reverb_pytype_library(
srcs = ["trajectory_dataset.py"],
srcs_version = "PY3",
strict_deps = True,
visibility = [":__subpackages__"],
deps = [
":client",
":replay_sample",
Expand All @@ -158,6 +160,7 @@ reverb_pytype_library(
srcs = ["timestep_dataset.py"],
srcs_version = "PY3",
strict_deps = True,
visibility = [":__subpackages__"],
deps = [
":client",
":replay_sample",
Expand Down

0 comments on commit 909c27f

Please sign in to comment.