[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-05 20:48:13 +00:00
parent b91922082e
commit b166c3a9d9

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)