Fix ruff formatting error

This commit is contained in:
Dobby
2025-07-27 13:51:42 +01:00
committed by Sebastian Goscik
parent 2bd48014a0
commit ef0cf38f83

View File

@@ -107,9 +107,7 @@ class MissingEventChecker:
existing_ids = db_event_ids | downloading_event_ids | uploading_event_ids existing_ids = db_event_ids | downloading_event_ids | uploading_event_ids
missing_events = { missing_events = {
event_id: event event_id: event for event_id, event in unifi_events.items() if event_id not in existing_ids
for event_id, event in unifi_events.items()
if event_id not in existing_ids
} }
# Exclude events of unwanted types # Exclude events of unwanted types