From 0f5c8422bd9e403c78bb3d44084e04a177f091b5 Mon Sep 17 00:00:00 2001 From: Allen Wang Date: Thu, 31 Oct 2024 12:26:46 -0400 Subject: [PATCH] Nuke dead code --- xarray_jax/tests/test_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xarray_jax/tests/test_types.py b/xarray_jax/tests/test_types.py index b88847c..ae17bb4 100644 --- a/xarray_jax/tests/test_types.py +++ b/xarray_jax/tests/test_types.py @@ -11,7 +11,6 @@ ) import equinox as eqx from xarray_jax.register_pytrees import var_change_on_unflatten -import jax.numpy as jnp jax.config.update("jax_enable_x64", True)