From 8f5560aa3c0d50ffbaec31715d2683222c2df6a7 Mon Sep 17 00:00:00 2001 From: Anshuman Mishra <51750587+shivance@users.noreply.github.com> Date: Sat, 17 Sep 2022 09:44:27 +0530 Subject: [PATCH] removing unused optparse import this was imported mistakenly, is not used in the code --- optax/_src/linear_algebra.py | 1 - 1 file changed, 1 deletion(-) diff --git a/optax/_src/linear_algebra.py b/optax/_src/linear_algebra.py index c0b6f9cf..849c01f9 100644 --- a/optax/_src/linear_algebra.py +++ b/optax/_src/linear_algebra.py @@ -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