From 0bc350bba39c813b949ae2fc53d870eb57ae6a95 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:41:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/core/inference/llama_admission.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/studio/backend/core/inference/llama_admission.py b/studio/backend/core/inference/llama_admission.py index c92d1ba201..db9a5d8ce4 100644 --- a/studio/backend/core/inference/llama_admission.py +++ b/studio/backend/core/inference/llama_admission.py @@ -262,7 +262,12 @@ class LlamaAdmissionLease: if self._queue is not None: self._queue.unpark() - async def unpark_async(self, *, cancel_event = None, poll_s: float = 0.02) -> None: + async def unpark_async( + self, + *, + cancel_event = None, + poll_s: float = 0.02, + ) -> None: """Take a slot back, waiting until the pool has room. ``park`` gave the slot to a waiter, so by the time the user answers the