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 11, 2024
1 parent d8f39b5 commit 0a201e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spikeinterface/core/baserecording.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from pathlib import Path

import numpy as np
from probeinterface import (Probe, ProbeGroup, read_probeinterface,
select_axes, write_probeinterface)
from probeinterface import Probe, ProbeGroup, read_probeinterface, select_axes, write_probeinterface

from .base import BaseSegment
from .baserecordingsnippets import BaseRecordingSnippets
Expand Down

0 comments on commit 0a201e1

Please sign in to comment.