Skip to content

Commit

Permalink
refactor: removed obsolete import
Browse files Browse the repository at this point in the history
  • Loading branch information
leuraph committed Jan 25, 2024
1 parent eeae3de commit 24524f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p1afempy/solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from scipy.sparse.linalg import spsolve
from p1afempy.data_structures import \
CoordinatesType, ElementsType, BoundaryConditionType, BoundaryType
from typing import Callable


def get_stiffness_matrix(coordinates: CoordinatesType,
Expand Down

0 comments on commit 24524f0

Please sign in to comment.