Skip to content

Commit

Permalink
remove commented import
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Apr 30, 2024
1 parent 2e8d085 commit 28015f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pydl/pydlutils/bspline.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from warnings import warn
import numpy as np
from numpy.linalg import LinAlgError
# except ImportError:
# from numpy.linalg.linalg import LinAlgError
from scipy.linalg import cholesky_banded, cho_solve_banded
from . import PydlutilsUserWarning
from .math import djs_reject
Expand Down

0 comments on commit 28015f1

Please sign in to comment.