Skip to content

Commit ee01b61

Browse files
committed
format
1 parent df05423 commit ee01b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hud/server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ async def run_eval_background() -> None:
788788
os.unlink(task_file)
789789

790790
# Start the evaluation in the background (fire and forget)
791-
asyncio.create_task(run_eval_background()) # noqa: RUF006
791+
asyncio.create_task(run_eval_background()) # noqa: RUF006
792792

793793
# Return immediately
794794
response_data = {

0 commit comments

Comments
 (0)