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 Jul 5, 2024
1 parent bd4909f commit 25d25fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def __init__(
dtype,
add_reflect_padding=False,
causal_mode=False,
direction="forward"
direction="forward",
):
BasePreprocessorSegment.__init__(self, parent_recording_segment)
self.coeff = coeff
Expand Down

0 comments on commit 25d25fd

Please sign in to comment.