Skip to content

Commit 4871d61

Browse files
committed
cleanup
1 parent d8babea commit 4871d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/pipes/video_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import logging
22
import subprocess
3+
import time
34
import traceback
45
from pathlib import Path
56

@@ -725,4 +726,3 @@ def _run(self, overwrite=True, **kwargs):
725726
continue
726727

727728
return actual_outputs
728-

0 commit comments

Comments
 (0)