Skip to content

Commit 0941560

Browse files
froystigjax authors
authored andcommitted
fix up extend:core build rule
We want `pytype_strict_library` here. PiperOrigin-RevId: 624337356
1 parent 8250419 commit 0941560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jax/extend/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pytype_strict_library(
3838
py_library_providing_imports_info(
3939
name = "core",
4040
srcs = glob(["core/**/*.py"]),
41+
lib_rule = pytype_strict_library,
4142
deps = [
4243
"//jax",
4344
"//jax:abstract_arrays",

0 commit comments

Comments
 (0)