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
No known key found for this signature in database
GPG Key ID: E92C451FC21EF13F

View File

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