Mark the main AutoGraph target as Py3-only.

PiperOrigin-RevId: 337510412
Change-Id: I9b53a3d84bd8145486bc1b8815d0e5d88926be8e
This commit is contained in:
Dan Moldovan 2020-10-16 08:31:32 -07:00 committed by TensorFlower Gardener
parent cbb8c1ee19
commit 721cd00d7c

View File

@ -21,7 +21,7 @@ py_strict_library(
srcs = [ srcs = [
"__init__.py", "__init__.py",
], ],
srcs_version = "PY2AND3", srcs_version = "PY3",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [ deps = [
"//tensorflow/python:util", "//tensorflow/python:util",