Skip to content

Commit e0f5720

Browse files
committed
ruff
1 parent 748443b commit e0f5720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
import logging
32

43
from dotenv import load_dotenv
@@ -49,6 +48,7 @@ async def lookup_weather(self, context: RunContext, location: str):
4948

5049
return "sunny with a temperature of 70 degrees."
5150

51+
5252
def prewarm(proc: JobProcess):
5353
proc.userdata["vad"] = silero.VAD.load()
5454

0 commit comments

Comments
 (0)