From 62dc9970f273fc39a5ce453f997cacecd1e7179e Mon Sep 17 00:00:00 2001 From: Felix Dangel Date: Sat, 21 Sep 2024 14:08:46 -0400 Subject: [PATCH] [DEL] Unused import --- curvlinops/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curvlinops/utils.py b/curvlinops/utils.py index a1f7dd2..2cc7b62 100644 --- a/curvlinops/utils.py +++ b/curvlinops/utils.py @@ -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]: