Skip to content

Commit 959edb5

Browse files
cantoniostf-text-github-robot
authored andcommitted
Create user_ops BUILD file.
PiperOrigin-RevId: 376304554
1 parent eb31ab0 commit 959edb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_text/BUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ py_test(
12591259
"@absl_py//absl:app",
12601260
"@absl_py//absl/testing:parameterized",
12611261
# python:dtypes tensorflow dep,
1262-
# python:ops tensorflow dep,
1262+
# python/user_ops:ops tensorflow dep,
12631263
],
12641264
)
12651265

@@ -1274,6 +1274,6 @@ py_test(
12741274
":ops",
12751275
"@absl_py//absl:app",
12761276
"@absl_py//absl/testing:parameterized",
1277-
# python:ops tensorflow dep,
1277+
# python/user_ops:ops tensorflow dep,
12781278
],
12791279
)

0 commit comments

Comments
 (0)