From b7d523ec5ebc27ab15d5e9c21b62d3e9eb4eebf3 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 1 Oct 2024 07:21:37 -0600 Subject: [PATCH] Fix unused --- frigate/video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/video.py b/frigate/video.py index e8c6fd088..2af38540c 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -35,7 +35,6 @@ from frigate.util.image import ( draw_box_with_label, ) from frigate.util.object import ( - box_inside, create_tensor_input, get_cluster_candidates, get_cluster_region,