Automated refactoring to make code Python 3 compatible.
PiperOrigin-RevId: 300568267 Change-Id: If1868360278396301b300716a21a1902771dcd4d
This commit is contained in:
parent
01742dd743
commit
11edb2ffe4
@ -8,6 +8,7 @@ package(
|
|||||||
py_strict_library(
|
py_strict_library(
|
||||||
name = "types",
|
name = "types",
|
||||||
srcs = ["types.py"],
|
srcs = ["types.py"],
|
||||||
|
srcs_version = "PY2AND3",
|
||||||
deps = [
|
deps = [
|
||||||
"@six_archive//:six",
|
"@six_archive//:six",
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user