Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Mar 26, 2020
1 parent 50ce128 commit c440adf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions csaps/_shortcut.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
from collections import abc as c_abc
from typing import Optional, Union, Sequence, NamedTuple, overload

import numpy as np

from ._base import ISmoothingSpline
from ._sspumv import CubicSmoothingSpline
from ._sspndg import ndgrid_prepare_data_sites, NdGridCubicSmoothingSpline
Expand Down

0 comments on commit c440adf

Please sign in to comment.