From 811b4341f1528a825208dc7bcb4a72383bbcf087 Mon Sep 17 00:00:00 2001 From: juhuntenburg Date: Wed, 17 Mar 2021 10:10:28 +0000 Subject: [PATCH] Fix master --- iblvideo/run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/iblvideo/run.py b/iblvideo/run.py index da8e01f..32bb2bc 100644 --- a/iblvideo/run.py +++ b/iblvideo/run.py @@ -7,11 +7,9 @@ from oneibl.one import ONE from oneibl.patcher import FTPPatcher from iblvideo.choiceworld import dlc -from iblvideo.motion_energy import compute_ROI_ME from iblvideo.weights import download_weights from iblvideo import __version__ from ibllib.pipes import tasks -from ibllib.qc.dlc import run_all_qc _logger = logging.getLogger('ibllib')