From 360b6be650c01ef58a1751d1f63bf7f37500b237 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:14:58 -0500 Subject: [PATCH] formatting --- frigate/api/media.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frigate/api/media.py b/frigate/api/media.py index 0c96af727a..03aa8ea5bb 100644 --- a/frigate/api/media.py +++ b/frigate/api/media.py @@ -1344,9 +1344,7 @@ def grid_snapshot( @router.get( "/events/{event_id}/snapshot-clean.webp", ) -async def event_snapshot_clean( - request: Request, event_id: str, download: bool = False -): +async def event_snapshot_clean(request: Request, event_id: str, download: bool = False): webp_bytes = None try: event = Event.get(Event.id == event_id)