Skip to content

Commit

Permalink
Clean up global search and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJessop committed Dec 18, 2024
1 parent 37b7c1e commit 65646f3
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion equinox/_ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import jax
import jax._src.traceback_util as traceback_util
import jax.core
import jax.extend
import jax.interpreters.ad as ad
import jax.numpy as jnp
import jax.tree_util as jtu
Expand Down
1 change: 0 additions & 1 deletion equinox/_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import jax._src.traceback_util as traceback_util
import jax.core
import jax.extend
import jax.numpy as jnp
import numpy as np
from jaxtyping import Array, ArrayLike, Bool, Int
Expand Down
1 change: 0 additions & 1 deletion equinox/_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import jax
import jax._src.traceback_util as traceback_util
import jax.core
import jax.extend
import jax.lax as lax
import jax.numpy as jnp
import jax.tree_util as jtu
Expand Down
1 change: 0 additions & 1 deletion equinox/_jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import jax._src.dispatch
import jax._src.traceback_util as traceback_util
import jax.core
import jax.extend
import jax.errors
import jax.numpy as jnp
from jaxtyping import PyTree
Expand Down
1 change: 0 additions & 1 deletion equinox/_misc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import jax
import jax.core
import jax.extend
import jax.numpy as jnp
from jaxtyping import Array

Expand Down
1 change: 0 additions & 1 deletion equinox/_vmap_pmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import jax
import jax._src.traceback_util as traceback_util
import jax.core
import jax.extend
import jax.numpy as jnp
import jax.tree_util as jtu
import numpy as np
Expand Down
1 change: 0 additions & 1 deletion equinox/debug/_backward_nan.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import jax
import jax._src.traceback_util as traceback_util
import jax.core
import jax.extend
import jax.numpy as jnp
import jax.tree_util as jtu

Expand Down
1 change: 0 additions & 1 deletion equinox/debug/_dce.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import jax
import jax.core
import jax.extend
import jax.numpy as jnp
import jax.tree_util as jtu
from jaxtyping import PyTree
Expand Down
1 change: 0 additions & 1 deletion equinox/internal/_loop/checkpointed.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

import jax
import jax.core
import jax.extend
import jax.lax as lax
import jax.numpy as jnp
import jax.tree_util as jtu
Expand Down
1 change: 0 additions & 1 deletion tests/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import equinox as eqx
import jax
import jax.core
import jax.extend
import jax.nn as jnn
import jax.numpy as jnp
import jax.random as jrandom
Expand Down

0 comments on commit 65646f3

Please sign in to comment.