Skip to content

Commit

Permalink
[DEL] Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Oct 25, 2024
1 parent 19668e1 commit 9e598a7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions curvlinops/_torch_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@

import numpy
from scipy.sparse.linalg import LinearOperator
from torch import (
Size,
Tensor,
as_tensor,
cat,
device,
dtype,
from_numpy,
rand,
tensor,
zeros_like,
)
from torch import Size, Tensor, as_tensor, cat, device, dtype, rand, tensor, zeros_like
from torch.autograd import grad
from torch.nn import Module, Parameter
from tqdm import tqdm
Expand Down

0 comments on commit 9e598a7

Please sign in to comment.