Fix assignment

This commit is contained in:
Nicolas Mowen 2024-10-25 06:25:03 -06:00
parent acdd43e71c
commit f7cc6b7ff3

View File

@ -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