Fix import

This commit is contained in:
Nicolas Mowen 2023-10-07 08:04:21 -06:00 committed by GitHub
parent 8f86198cbc
commit 2238f9e7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,6 @@ from datetime import datetime, timedelta, timezone
from functools import reduce
from pathlib import Path
from urllib.parse import unquote
from werkzeug.utils import secure_filename
import cv2
import numpy as np
@ -30,6 +29,7 @@ from peewee import DoesNotExist, fn, operator
from playhouse.shortcuts import model_to_dict
from playhouse.sqliteq import SqliteQueueDatabase
from tzlocal import get_localzone_name
from werkzeug.utils import secure_filename
from frigate.config import FrigateConfig
from frigate.const import (