Skip to content

Commit

Permalink
sort imports lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman Naqvi committed Oct 5, 2023
1 parent 71fc636 commit c62da28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/functional/_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
from jax import jit, lax

from scico import numpy as snp
from scico.linop import FiniteDifference
from scico.numpy import Array, BlockArray, count_nonzero
from scico.numpy.linalg import norm
from scico.numpy.util import no_nan_divide
from scico.linop import FiniteDifference

from ._functional import Functional

Expand Down

0 comments on commit c62da28

Please sign in to comment.