mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Remove unused import of 'request' in external.py file of Frigate events module
This commit is contained in:
parent
c2ceea8e38
commit
ec9a80035a
@ -10,7 +10,7 @@ from multiprocessing.queues import Queue
|
|||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
import cv2
|
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.config import CameraConfig, FrigateConfig
|
||||||
from frigate.const import CLIPS_DIR
|
from frigate.const import CLIPS_DIR
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user