style(fase2): ruff-format the re-based synthetic client (Step 1 follow-up)

This commit is contained in:
Kjell Tore Guttormsen 2026-06-26 00:45:54 +02:00
commit b4f00bf0ca

View file

@ -43,9 +43,7 @@ class SyntheticUsageChatClient(OpenAIChatCompletionClient):
default_reply: str = "ok",
tokens_per_reply: int = 8,
) -> None:
super().__init__(
model="synthetic", api_key="synthetic", base_url="http://127.0.0.1:9/v1"
)
super().__init__(model="synthetic", api_key="synthetic", base_url="http://127.0.0.1:9/v1")
self._scripted = list(scripted or [])
self._idx = 0
self._default = default_reply