Skip to content

Commit 1fe3755

Browse files
committed
Automated refactoring to make code Python 3 compatible.
PiperOrigin-RevId: 300613546
1 parent be50645 commit 1fe3755

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

morph_net/framework/BUILD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load("//devtools/python/blaze:strict.bzl", "py_strict_test")
22
load("//devtools/python/blaze:pytype.bzl", "pytype_library")
3-
load("//devtools/python/blaze:python3.bzl", "py2and3_test")
3+
load("//devtools/python/blaze:python3.bzl", "py2and3_strict_test", "py2and3_test")
44

55
package(default_visibility = ["//visibility:public"])
66

@@ -391,10 +391,9 @@ py2and3_test(
391391
],
392392
)
393393

394-
py_strict_test(
394+
py2and3_strict_test(
395395
name = "op_handlers_test",
396396
srcs = ["op_handlers_test.py"],
397-
python_version = "PY2",
398397
deps = [
399398
":op_handlers",
400399
"//learning/brain/public:disable_tf2", # build_cleaner: keep; go/disable_tf2

0 commit comments

Comments
 (0)