From ec9a80035a33920e970906754c7182ef2cafb936 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Mon, 26 Jun 2023 16:17:12 +0300 Subject: [PATCH] Remove unused import of 'request' in external.py file of Frigate events module --- frigate/events/external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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