From 942897d0b17fdb1d2b133b8781a88b58ff848200 Mon Sep 17 00:00:00 2001 From: kushalbakshi Date: Wed, 10 Jan 2024 16:31:07 -0600 Subject: [PATCH] Black formatting --- element_array_ephys/ephys_acute.py | 1 - element_array_ephys/spike_sorting/ecephys_spike_sorting.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/element_array_ephys/ephys_acute.py b/element_array_ephys/ephys_acute.py index 67a224ec..cbafb194 100644 --- a/element_array_ephys/ephys_acute.py +++ b/element_array_ephys/ephys_acute.py @@ -1593,4 +1593,3 @@ def get_recording_channels_details(ephys_recording_key: dict) -> np.array: ) return channels_details - \ No newline at end of file diff --git a/element_array_ephys/spike_sorting/ecephys_spike_sorting.py b/element_array_ephys/spike_sorting/ecephys_spike_sorting.py index b8675523..6f7a8687 100644 --- a/element_array_ephys/spike_sorting/ecephys_spike_sorting.py +++ b/element_array_ephys/spike_sorting/ecephys_spike_sorting.py @@ -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 \ No newline at end of file + return logged_exec_dur, modules_status