From 76db9a46be83ee27b4dbcf4c55ea3572707dd10f Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 2 May 2026 07:18:52 -0500 Subject: [PATCH] fix typing --- frigate/record/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/record/export.py b/frigate/record/export.py index e3832c77d..32df8be75 100644 --- a/frigate/record/export.py +++ b/frigate/record/export.py @@ -13,7 +13,7 @@ from enum import Enum from pathlib import Path from typing import Callable, Optional -import pytz +import pytz # type: ignore[import-untyped] from peewee import DoesNotExist from frigate.config import FfmpegConfig, FrigateConfig