fix: remove unused record_frigate_file import (ruff F401)

This commit is contained in:
2026-06-14 04:10:15 +00:00
parent 6018bf7222
commit ec074fd279
-1
View File
@@ -31,7 +31,6 @@ from .upload_tracker import (
has_frigate_scores, has_frigate_scores,
mark_rejected, mark_rejected,
mark_uploaded, mark_uploaded,
record_frigate_file,
record_frigate_files_batch, record_frigate_files_batch,
remove_frigate_file, remove_frigate_file,
) )