[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-03-13 15:14:05 +00:00
parent d8857eb69f
commit d1b0dee8f7
7 changed files with 53 additions and 19 deletions

View file

@ -41,7 +41,9 @@ class _FakeAPIServer(APIServer):
class _FakeRoutedServer:
def __init__(self, name: str, train_slots: int, eval_slots: int, healthy: bool = True):
def __init__(
self, name: str, train_slots: int, eval_slots: int, healthy: bool = True
):
self.name = name
self.server_healthy = healthy
self.sem = AsyncSemWithAdaptiveWeight(4)