Skip to content

Commit 5568e1a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 957861f commit 5568e1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/spikeinterface/sortingcomponents/peak_detection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ def __init__(
632632
):
633633
PeakDetector.__init__(self, recording, return_output=True)
634634
import scipy
635+
635636
if not HAVE_NUMBA:
636637
raise ModuleNotFoundError('matched_filtering" needs numba which is not installed')
637638

0 commit comments

Comments
 (0)