Skip to content

Commit

Permalink
Remove extra imports
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Jan 21, 2020
1 parent ce0cc85 commit 766735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csaps/_sspumv.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import scipy.sparse.linalg as la

from ._base import SplinePPFormBase, ISmoothingSpline
from ._types import UnivariateDataType, UnivariateVectorizedDataType, MultivariateDataType, TSmooth, TSpline, TXi
from ._types import UnivariateDataType, UnivariateVectorizedDataType, MultivariateDataType
from ._reshape import from_2d, to_2d


Expand Down

0 comments on commit 766735f

Please sign in to comment.