Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2023
1 parent 116af53 commit ac3ae7c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/spikeinterface/preprocessing/common_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,15 @@ def __init__(

class CommonReferenceRecordingSegment(BasePreprocessorSegment):
def __init__(
self, parent_recording_segment, reference, operator, groups_inds, ref_channel_inds, local_radius, neighbors, dtype
self,
parent_recording_segment,
reference,
operator,
groups_inds,
ref_channel_inds,
local_radius,
neighbors,
dtype,
):
BasePreprocessorSegment.__init__(self, parent_recording_segment)

Expand Down

0 comments on commit ac3ae7c

Please sign in to comment.