Skip to content

Commit bbd9355

Browse files
committed
remove import
1 parent 1234450 commit bbd9355

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ibllib/pipes/ephys_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def signature(self):
465465
return signature
466466

467467
# TODO make sure this works with NP2 probes (at the moment not sure it will due to raiseError mapping)
468-
def _run(self, overwrite=True):
468+
def _run(self, overwrite=False):
469469

470470
eid = self.one.path2eid(self.session_path)
471471
probe = self.one.alyx.rest('insertions', 'list', session=eid, name=self.pname)

ibllib/plots/figures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from ibllib.io.video import get_video_frame, url_from_eid
2121
from ibllib.oneibl.data_handlers import ExpectedDataset
2222
import spikeglx
23-
import neuropixel
2423
from brainbox.plot import driftmap
2524
from brainbox.io.spikeglx import Streamer
2625
from brainbox.behavior.dlc import SAMPLING, plot_trace_on_frame, plot_wheel_position, plot_lick_hist, \

0 commit comments

Comments
 (0)