From c16da67c317fc52a665d02ceed5e1736f75493c0 Mon Sep 17 00:00:00 2001 From: ilkilic Date: Wed, 18 Sep 2024 10:39:00 +0200 Subject: [PATCH] lint fix --- bluepyefe/nwbreader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bluepyefe/nwbreader.py b/bluepyefe/nwbreader.py index 9682783..e441fe2 100644 --- a/bluepyefe/nwbreader.py +++ b/bluepyefe/nwbreader.py @@ -28,7 +28,6 @@ def read(self): raise NotImplementedError() - def _format_nwb_trace(self, voltage, current, start_time, trace_name=None, repetition=None): """ Format the data from the NWB file to the format used by BluePyEfe