diff --git a/frigate/events/external.py b/frigate/events/external.py index 80461af93..d8bf8d159 100644 --- a/frigate/events/external.py +++ b/frigate/events/external.py @@ -10,7 +10,7 @@ from multiprocessing.queues import Queue from typing import Optional import cv2 -from flask import Response, current_app, jsonify, request +from flask import Response, current_app, jsonify from frigate.config import CameraConfig, FrigateConfig from frigate.const import CLIPS_DIR