Skip to content

Commit d570ebc

Browse files
committed
fix ruff
1 parent 096cec7 commit d570ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_array_namespace.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def test_array_namespace(library, api_version, use_compat):
2626

2727
if use_compat is False or use_compat is None and library not in wrapped_libraries:
2828
if library == "jax.numpy" and use_compat is None:
29+
import jax.numpy
2930
if hasattr(jax.numpy, "__array_api_version__"):
3031
# JAX v0.4.32 or later uses jax.numpy directly
3132
assert namespace == jax.numpy

0 commit comments

Comments
 (0)