diff --git a/decnet/realism/llm/impl/fake.py b/decnet/realism/llm/impl/fake.py index d59dba51..120bbd22 100644 --- a/decnet/realism/llm/impl/fake.py +++ b/decnet/realism/llm/impl/fake.py @@ -38,7 +38,7 @@ class FakeBackend(LLMBackend): ) self._success = success - async def generate(self, prompt: str) -> LLMResult: # noqa: ARG002 + async def generate(self, _prompt: str) -> LLMResult: t0 = time.monotonic() latency_ms = int((time.monotonic() - t0) * 1000) return LLMResult(