Skip to content

Commit b069230

Browse files
committed
Add missing isdtype
1 parent 52ef9ee commit b069230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

array_api_compat/numpy/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
bool,
3131
concat,
3232
pow,
33+
isdtype,
3334
)
3435
from .linalg import matrix_transpose, vecdot
3536

@@ -69,6 +70,7 @@
6970
"bool",
7071
"concat",
7172
"pow",
73+
"isdtype",
7274
]
7375

7476
__all__ += [

0 commit comments

Comments
 (0)