From 889d39f50a8ccd22733ca33005000cb1f9c40a0c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 23 Sep 2024 17:26:48 -0600 Subject: [PATCH] Remove unused --- frigate/api/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/api/event.py b/frigate/api/event.py index 10953741c..750fca6d3 100644 --- a/frigate/api/event.py +++ b/frigate/api/event.py @@ -10,7 +10,7 @@ from urllib.parse import unquote import cv2 import numpy as np -from fastapi import APIRouter, Request, Body +from fastapi import APIRouter, Request from fastapi.params import Depends from fastapi.responses import JSONResponse from peewee import JOIN, DoesNotExist, fn, operator