From 98d19d37381d1fd8794b0c6ac323dcd2b282e671 Mon Sep 17 00:00:00 2001 From: Anshuman Mishra <51750587+shivance@users.noreply.github.com> Date: Tue, 4 Oct 2022 21:49:31 +0530 Subject: [PATCH] Update linear_algebra.py --- 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 f1504445..ea5b83b8 100644 --- a/optax/_src/linear_algebra.py +++ b/optax/_src/linear_algebra.py @@ -19,7 +19,6 @@ import jax.numpy as jnp import chex import numpy as np -from typing import Optional from optax._src import base from optax._src import numerics