Skip to content

Commit

Permalink
correct format based on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
donghoon-shin committed Feb 24, 2024
1 parent 8ad9a94 commit 7e092e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/spikesorting/v1/sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def make(self, key: dict):

common_sorter_items = {
"sorter_name": sorter,
"recording": recording,
"recording": recording,
"output_folder": sorter_temp_dir.name,
"remove_existing_folder": True,
}
Expand Down

0 comments on commit 7e092e7

Please sign in to comment.