Automated refactoring to make code Python 3 compatible.

PiperOrigin-RevId: 300568267
Change-Id: If1868360278396301b300716a21a1902771dcd4d
This commit is contained in:
A. Unique TensorFlower 2020-03-12 09:54:30 -07:00 committed by TensorFlower Gardener
parent 01742dd743
commit 11edb2ffe4

View File

@ -8,6 +8,7 @@ package(
py_strict_library(
name = "types",
srcs = ["types.py"],
srcs_version = "PY2AND3",
deps = [
"@six_archive//:six",
],