Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Jan 10, 2024
1 parent 7242a1d commit 942897d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion element_array_ephys/ephys_acute.py
Original file line number Diff line number Diff line change
Expand Up @@ -1593,4 +1593,3 @@ def get_recording_channels_details(ephys_recording_key: dict) -> np.array:
)

return channels_details

2 changes: 1 addition & 1 deletion element_array_ephys/spike_sorting/ecephys_spike_sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,4 @@ def _get_execution_duration(modules_input_hash_fp, modules_to_run):
dur = modules_status[m]["duration"] or 0
logged_exec_dur += int(dur)

return logged_exec_dur, modules_status
return logged_exec_dur, modules_status

0 comments on commit 942897d

Please sign in to comment.