Skip to content

Commit 528cbaf

Browse files
committed
Remove unused import
1 parent ac7bda6 commit 528cbaf

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

examples/access_mass_matrix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Required import for python
22
import Sofa
33
import SofaRuntime
4-
from Sofa import SofaLinearSolver
54
from scipy import sparse
65
from scipy import linalg
76
from matplotlib import pyplot as plt

examples/access_stiffness_matrix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Required import for python
22
import Sofa
33
import SofaRuntime
4-
from Sofa import SofaLinearSolver
54
from scipy import sparse
65
from scipy import linalg
76
from matplotlib import pyplot as plt

0 commit comments

Comments
 (0)