Skip to content

Commit

Permalink
[DEL] Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Sep 21, 2024
1 parent 9fa1b6a commit 62dc997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvlinops/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import List

from numpy import cumsum
from torch import Tensor, logical_not
from torch import Tensor


def split_list(x: List, sizes: List[int]) -> List[List]:
Expand Down

0 comments on commit 62dc997

Please sign in to comment.