From 0d5ae9a399ba2a2af6212c1ff384730707e9509b Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Wed, 11 May 2022 07:36:59 -0500 Subject: [PATCH] cleanup --- frigate/record.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/record.py b/frigate/record.py index 9594e46ea..9bb6463b8 100644 --- a/frigate/record.py +++ b/frigate/record.py @@ -9,10 +9,8 @@ import shutil import string import subprocess as sp import threading -import time from collections import defaultdict from pathlib import Path -from numpy import delete import psutil from peewee import JOIN, DoesNotExist