Skip to content

Commit

Permalink
blackify
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Jan 19, 2024
1 parent ba68b59 commit f6428a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/spyglass/decoding/decoding_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
from non_local_detector.visualization.figurl_2D import create_2D_decode_view

from spyglass.decoding.v1.clusterless import ClusterlessDecodingV1 # noqa: F401
from spyglass.decoding.v1.sorted_spikes import SortedSpikesDecodingV1 # noqa: F401
from spyglass.decoding.v1.sorted_spikes import (
SortedSpikesDecodingV1,
) # noqa: F401
from spyglass.settings import config
from spyglass.utils import SpyglassMixin, _Merge, logger

Expand Down

0 comments on commit f6428a3

Please sign in to comment.