Add flagsaver to system absl_py

The tpu_test_wrapper_test references this
This commit is contained in:
Alexander Grund
2020-10-19 15:47:21 +02:00
parent de10689433
commit 6b9ada3661

View File

@@ -9,3 +9,8 @@ py_library(
name = "absltest",
visibility = ["//visibility:public"],
)
py_library(
name = "flagsaver",
visibility = ["//visibility:public"],
)