Skip to content

Commit

Permalink
Merge pull request #215 from google:fabianp-patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 446099937
  • Loading branch information
JAXopt authors committed May 3, 2022
2 parents 9dccf75 + 6a6cf68 commit 95e7f27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jaxopt/_src/lbfgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from typing import Callable
from typing import NamedTuple
from typing import Optional
from typing import Union

from dataclasses import dataclass

Expand All @@ -32,7 +31,6 @@
from jaxopt.tree_util import tree_map
from jaxopt.tree_util import tree_vdot
from jaxopt.tree_util import tree_scalar_mul
from jaxopt.tree_util import tree_add_scalar_mul
from jaxopt.tree_util import tree_sub
from jaxopt.tree_util import tree_sum
from jaxopt.tree_util import tree_l2_norm
Expand Down

0 comments on commit 95e7f27

Please sign in to comment.