Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jun 28, 2024
1 parent c6a521b commit 0b5c635
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spikeinterface/preprocessing/preprocessinglist.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
CenterRecording,
center,
)
from .scale import ScaleTouVRecording, scale_to_uV
from .scale import scale_to_uV

from .whiten import WhitenRecording, whiten, compute_whitening_matrix
from .rectify import RectifyRecording, rectify
Expand Down Expand Up @@ -56,7 +56,6 @@
ScaleRecording,
CenterRecording,
ZScoreRecording,
ScaleTouVRecording,
# decorrelation stuff
WhitenRecording,
# re-reference
Expand Down

0 comments on commit 0b5c635

Please sign in to comment.