Skip to content

Commit b8d6532

Browse files
committed
fix: linting
1 parent 97003a6 commit b8d6532

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LoopStructural/interpolators/_discrete_interpolator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from typing import Callable, Optional, Union
77
import logging
88

9-
from time import time
109
import numpy as np
1110
from scipy import sparse # import sparse.coo_matrix, sparse.bmat, sparse.eye
1211
from ..interpolators import InterpolatorType
@@ -561,7 +560,6 @@ def solve_system(
561560
True if the interpolation is run
562561
563562
"""
564-
starttime = time()
565563
if not self._pre_solve():
566564
raise ValueError("Pre solve failed")
567565

0 commit comments

Comments
 (0)