diff --git a/frigate/review/maintainer.py b/frigate/review/maintainer.py index d87e1d33c..38ed59294 100644 --- a/frigate/review/maintainer.py +++ b/frigate/review/maintainer.py @@ -347,7 +347,7 @@ class ReviewSegmentMaintainer(threading.Thread): if len(active_objects) > 0: detections: dict[str, str] = {} - sub_labels = dict[str, str] = {} + sub_labels: dict[str, str] = {} zones: list[str] = [] severity = None