Skip to content

Commit 615b7ba

Browse files
committed
fix: Import LinAlgError from a stable location
1 parent fdc3e14 commit 615b7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/interfaces/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import nipype.interfaces.io as nio
3434
from nipype.algorithms import confounds as nac
3535
from nipype.interfaces.base import File, traits
36-
from numpy.linalg.linalg import LinAlgError
36+
from numpy.linalg import LinAlgError
3737

3838

3939
class RobustACompCor(nac.ACompCor):

0 commit comments

Comments
 (0)