Skip to content

Commit

Permalink
removing unused optparse import
Browse files Browse the repository at this point in the history
this was imported mistakenly, is not used in the code
  • Loading branch information
shivance committed Sep 17, 2022
1 parent ba7837f commit 8f5560a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion optax/_src/linear_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ==============================================================================
"""Linear algebra utilities used in optimisation."""

from optparse import Option
import jax
from jax import lax
import jax.numpy as jnp
Expand Down

0 comments on commit 8f5560a

Please sign in to comment.