Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 committed Oct 1, 2023
1 parent 45111ca commit 0268ee8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/spyglass/spikesorting/v1/curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
import spikeinterface.extractors as se
import spikeinterface.curation as sc

from spyglass.common.common_interval import IntervalList
from spyglass.common.common_nwbfile import AnalysisNwbfile
from spyglass.spikesorting.v1.recording import SpikeSortingRecording
from spyglass.spikesorting.v1.sorting import SpikeSorting
from spyglass.spikesorting.merge import SpikeSortingOutput

schema = dj.schema("spikesorting_v1_curation")

Expand Down

0 comments on commit 0268ee8

Please sign in to comment.