model_coverage_lib should be a py_library

PiperOrigin-RevId: 262001717
This commit is contained in:
Yu-Cheng Ling 2019-08-06 14:53:51 -07:00 committed by TensorFlower Gardener
parent 26f51c4d40
commit afb7b97372

View File

@ -4,7 +4,7 @@ package(default_visibility = [
licenses(["notice"]) # Apache 2.0
py_binary(
py_library(
name = "model_coverage_lib",
srcs = ["model_coverage_lib.py"],
srcs_version = "PY2AND3",