Skip to content

Commit 9ac71f0

Browse files
committed
fmt
1 parent e5593c2 commit 9ac71f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
RoomInputOptions,
1313
WorkerOptions,
1414
cli,
15-
metrics,
1615
inference,
16+
metrics,
1717
)
1818
from livekit.plugins import noise_cancellation, silero
1919
from livekit.plugins.turn_detector.multilingual import MultilingualModel

tests/test_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from livekit.agents import AgentSession, llm, inference
2+
from livekit.agents import AgentSession, inference, llm
33

44
from agent import Assistant
55

0 commit comments

Comments
 (0)