Skip to content

Commit fc785a5

Browse files
committed
Remove unused imports
1 parent c56b143 commit fc785a5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

diffrax/adjoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from typing import Any, Dict
33

44
import equinox as eqx
5-
import jax
65
import jax.lax as lax
76
import jax.numpy as jnp
87
import jax.tree_util as jtu

test/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import diffrax
77
import equinox as eqx
8-
import jax
98
import jax.numpy as jnp
109
import jax.random as jrandom
1110
import jax.tree_util as jtu

0 commit comments

Comments
 (0)