diff --git a/frigate/data_processing/real_time/custom_classification.py b/frigate/data_processing/real_time/custom_classification.py index fa878b1ad..7d0975712 100644 --- a/frigate/data_processing/real_time/custom_classification.py +++ b/frigate/data_processing/real_time/custom_classification.py @@ -550,4 +550,4 @@ def write_classification_attempt( if len(files) > max_files: os.unlink(os.path.join(folder, files[-1])) except FileNotFoundError: - pass \ No newline at end of file + pass