Skip to content

Commit 8bb4ba0

Browse files
committed
nit
1 parent 342869f commit 8bb4ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_compat.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def array_namespace(
2020
def device(x: Array, /) -> Device: ...
2121
def is_cupy_namespace(x: object, /) -> bool: ...
2222
def is_dask_namespace(xp: ModuleType, /) -> bool: ...
23-
def is_jax_namespace(xp: ModuleType, /) -> bool: ...
2423
def is_jax_array(x: object, /) -> bool: ...
24+
def is_jax_namespace(xp: ModuleType, /) -> bool: ...
2525
def is_pydata_sparse_namespace(x: object, /) -> bool: ...
2626
def is_torch_namespace(x: object, /) -> bool: ...
2727
def is_writeable_array(x: object, /) -> bool: ...

0 commit comments

Comments
 (0)