From 25f96fe2cfd22984e798a59490720b5749eddb85 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Thu, 7 Aug 2025 15:44:55 -0700 Subject: [PATCH] ruff --- src/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.py b/src/agent.py index 3df223e..069e15e 100644 --- a/src/agent.py +++ b/src/agent.py @@ -8,8 +8,8 @@ from livekit.agents import ( AgentSession, JobContext, JobProcess, - RoomInputOptions, MetricsCollectedEvent, + RoomInputOptions, RunContext, WorkerOptions, cli,