From 41a53d8ef6cbfec0bd1b12f7d340efb69ab39fe9 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 19 Mar 2026 15:24:47 -0600 Subject: [PATCH] Cleanup --- frigate/api/chat.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/api/chat.py b/frigate/api/chat.py index c8806fa208..b4eee6a9df 100644 --- a/frigate/api/chat.py +++ b/frigate/api/chat.py @@ -452,8 +452,6 @@ async def _execute_set_camera_state( if not camera or not feature or not value: return {"error": "camera, feature, and value are all required."} - from frigate.api.camera import _SUB_COMMAND_FEATURES - dispatcher = request.app.dispatcher frigate_config = request.app.frigate_config