Skip to content

Commit

Permalink
stylistic sugar changes for lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman Naqvi committed Nov 8, 2023
1 parent de76dec commit 7d7df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/optimize/_papgm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from typing import List, Optional, Tuple, Union

import scico.numpy as snp
from scico.numpy import Array, BlockArray
from scico.functional import Functional
from scico.loss import Loss
from scico.numpy import Array, BlockArray

from ._common import Optimizer

Expand Down

0 comments on commit 7d7df69

Please sign in to comment.